Commited patch

This commit is contained in:
Alexander Larsson 2008-02-14 13:22:18 +00:00
parent c64b37e6fd
commit 0fda1c317b
1 changed files with 13 additions and 0 deletions

13
gvfs-double-free.patch Normal file
View File

@ -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);