gvfs r1823 - in trunk: . client



Author: hansp
Date: Sat Jul 19 18:55:04 2008
New Revision: 1823
URL: http://svn.gnome.org/viewvc/gvfs?rev=1823&view=rev

Log:
2008-07-19  Hans Petter Jansson  <hpj novell com>

	* client/gdaemonfile.c (g_daemon_file_set_attribute): Don't leak
	D-Bus messages.



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

Modified: trunk/client/gdaemonfile.c
==============================================================================
--- trunk/client/gdaemonfile.c	(original)
+++ trunk/client/gdaemonfile.c	Sat Jul 19 18:55:04 2008
@@ -1892,6 +1892,8 @@
 				   NULL, NULL, NULL,
 				   cancellable, &my_error);
 
+  dbus_message_unref (message);
+
   if (reply == NULL)
     {
       if (g_error_matches (my_error, G_VFS_ERROR, G_VFS_ERROR_RETRY))



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