13 lines
569 B
Diff
13 lines
569 B
Diff
diff -Nru wxGTK-2.8.9.orig/src/gtk/gnome/gvfs.cpp wxGTK-2.8.9/src/gtk/gnome/gvfs.cpp
|
|
--- wxGTK-2.8.9.orig/src/gtk/gnome/gvfs.cpp 2008-09-15 11:35:07.000000000 +0200
|
|
+++ wxGTK-2.8.9/src/gtk/gnome/gvfs.cpp 2008-12-08 04:32:56.000000000 +0100
|
|
@@ -91,7 +91,7 @@
|
|
// which we link implicitly (GTK+ itself?) which are not uninstalled
|
|
// when it's unloaded resulting in this crash, so just leave it in
|
|
// memory -- it's a lesser evil
|
|
- m_gnome_vfs_lib->.Detach();
|
|
+ m_gnome_vfs_lib->Detach();
|
|
delete m_gnome_vfs_lib;
|
|
}
|
|
}
|