diff --git a/gvfs-double-free.patch b/gvfs-double-free.patch new file mode 100644 index 0000000..1d25cec --- /dev/null +++ b/gvfs-double-free.patch @@ -0,0 +1,13 @@ +Index: hal/ghalvolumemonitor.c +=================================================================== +--- hal/ghalvolumemonitor.c (revision 1262) ++++ hal/ghalvolumemonitor.c (working copy) +@@ -118,7 +118,7 @@ + g_object_unref (monitor->pool); + + g_list_foreach (monitor->last_camera_devices, (GFunc)g_object_unref, NULL); +- g_list_free (monitor->last_optical_disc_devices); ++ g_list_free (monitor->last_camera_devices); + g_list_foreach (monitor->last_optical_disc_devices, (GFunc)g_object_unref, NULL); + g_list_free (monitor->last_optical_disc_devices); + g_list_foreach (monitor->last_drive_devices, (GFunc)g_object_unref, NULL);