gvfs r1824 - in branches/gnome-2-22: . client



Author: hansp
Date: Sat Jul 19 18:55:16 2008
New Revision: 1824
URL: http://svn.gnome.org/viewvc/gvfs?rev=1824&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:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/client/gdaemonfile.c

Modified: branches/gnome-2-22/client/gdaemonfile.c
==============================================================================
--- branches/gnome-2-22/client/gdaemonfile.c	(original)
+++ branches/gnome-2-22/client/gdaemonfile.c	Sat Jul 19 18:55:16 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]