gvfs r2029 - in branches/gnome-2-24: . common



Author: alexl
Date: Thu Sep 25 12:29:32 2008
New Revision: 2029
URL: http://svn.gnome.org/viewvc/gvfs?rev=2029&view=rev

Log:
2008-09-25  Alexander Larsson  <alexl redhat com>

        * common/gvfsdaemonprotocol.c:
        (_g_dbus_get_file_attribute):
	Free returned strv with g_strfreev, not dbus_free_string_array. (#529596)



Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/common/gvfsdaemonprotocol.c

Modified: branches/gnome-2-24/common/gvfsdaemonprotocol.c
==============================================================================
--- branches/gnome-2-24/common/gvfsdaemonprotocol.c	(original)
+++ branches/gnome-2-24/common/gvfsdaemonprotocol.c	Thu Sep 25 12:29:32 2008
@@ -436,7 +436,7 @@
 					     &strs, &n_elements, 0))
 	    {
 	      obj = G_OBJECT (g_themed_icon_new_from_names (strs, n_elements));
-	      dbus_free_string_array (strs);
+	      g_strfreev (strs);
 	    }
 	}
       else if (obj_type == 2)



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