gvfs r2317 - in trunk: . client



Author: alexl
Date: Tue Mar 10 16:20:45 2009
New Revision: 2317
URL: http://svn.gnome.org/viewvc/gvfs?rev=2317&view=rev

Log:
2009-03-10  Alexander Larsson  <alexl redhat com>

	Bug 563418 â gvfs backend leaks monitors

        * client/gdaemonfilemonitor.c:
        (g_daemon_file_monitor_cancel):
	Actually pass in object_path in unsubscribe message




Modified:
   trunk/ChangeLog
   trunk/client/gdaemonfilemonitor.c

Modified: trunk/client/gdaemonfilemonitor.c
==============================================================================
--- trunk/client/gdaemonfilemonitor.c	(original)
+++ trunk/client/gdaemonfilemonitor.c	Tue Mar 10 16:20:45 2009
@@ -202,6 +202,9 @@
 				  G_VFS_DBUS_MONITOR_INTERFACE,
 				  G_VFS_DBUS_MONITOR_OP_UNSUBSCRIBE);
 
+  _g_dbus_message_append_args (message, DBUS_TYPE_OBJECT_PATH,
+			       &daemon_monitor->object_path, 0);
+  
   _g_vfs_daemon_call_async (message,
 			    NULL, NULL, 
 			    NULL);



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