Commited patch
This commit is contained in:
parent
c64b37e6fd
commit
0fda1c317b
13
gvfs-double-free.patch
Normal file
13
gvfs-double-free.patch
Normal 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);
|
Loading…
Reference in New Issue
Block a user