rpms/gvfs/devel gvfs-double-free.patch,NONE,1.1

Alexander Larsson (alexl) fedora-extras-commits at redhat.com
Thu Feb 14 13:22:28 UTC 2008


Author: alexl

Update of /cvs/pkgs/rpms/gvfs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4062

Added Files:
	gvfs-double-free.patch 
Log Message:
Commited patch


gvfs-double-free.patch:

--- NEW FILE gvfs-double-free.patch ---
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);




More information about the fedora-extras-commits mailing list