From 0fda1c317ba517dd75682f4232283a03367add25 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 14 Feb 2008 13:22:18 +0000 Subject: [PATCH] Commited patch --- gvfs-double-free.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gvfs-double-free.patch 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);