rpms/gvfs/devel daemon_mount_deadlock.patch,NONE,1.1

Tomas Bzatek (tbzatek) fedora-extras-commits at redhat.com
Thu Mar 6 09:30:10 UTC 2008


Author: tbzatek

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

Added Files:
	daemon_mount_deadlock.patch 
Log Message:
patch attached

daemon_mount_deadlock.patch:

--- NEW FILE daemon_mount_deadlock.patch ---
--- 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);
   




More information about the fedora-extras-commits mailing list