gvfs r1263 - in trunk: . hal



Author: alexl
Date: Tue Feb 12 13:40:52 2008
New Revision: 1263
URL: http://svn.gnome.org/viewvc/gvfs?rev=1263&view=rev

Log:
2008-02-12  Alexander Larsson  <alexl redhat com>

	* hal/ghalvolumemonitor.c (g_hal_volume_monitor_finalize):
	Don't double free list optical disc list.



Modified:
   trunk/ChangeLog
   trunk/hal/ghalvolumemonitor.c

Modified: trunk/hal/ghalvolumemonitor.c
==============================================================================
--- trunk/hal/ghalvolumemonitor.c	(original)
+++ trunk/hal/ghalvolumemonitor.c	Tue Feb 12 13:40:52 2008
@@ -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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]