From f3422282ccc2daa84320bd826041544ad726602f Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Thu, 6 Mar 2008 09:30:04 +0000 Subject: [PATCH] patch attached --- daemon_mount_deadlock.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 daemon_mount_deadlock.patch diff --git a/daemon_mount_deadlock.patch b/daemon_mount_deadlock.patch new file mode 100644 index 0000000..ed3617a --- /dev/null +++ b/daemon_mount_deadlock.patch @@ -0,0 +1,14 @@ +--- trunk/client/gdaemonmount.c 2008/03/05 09:27:06 1549 ++++ trunk/client/gdaemonmount.c 2008/03/06 09:00:09 1570 +@@ -191,7 +191,10 @@ + g_object_ref (daemon_mount); + + if (daemon_mount->foreign_volume == volume) +- g_daemon_mount_set_foreign_volume (daemon_mount, NULL); ++ { ++ g_object_unref (daemon_mount->foreign_volume); ++ daemon_mount->foreign_volume = NULL; ++ } + + G_UNLOCK (daemon_mount); +