gvfs r2084 - in branches/gnome-2-24: . gconf
- From: hansp svn gnome org
- To: svn-commits-list gnome org
- Subject: gvfs r2084 - in branches/gnome-2-24: . gconf
- Date: Fri, 7 Nov 2008 00:22:41 +0000 (UTC)
Author: hansp
Date: Fri Nov 7 00:22:41 2008
New Revision: 2084
URL: http://svn.gnome.org/viewvc/gvfs?rev=2084&view=rev
Log:
2008-11-06 Hans Petter Jansson <hpj novell com>
* gconf/gapplookupgconf.c (get_default_for_uri_scheme): Free command
string after use. Fixes a leak.
Modified:
branches/gnome-2-24/ChangeLog
branches/gnome-2-24/gconf/gapplookupgconf.c
Modified: branches/gnome-2-24/gconf/gapplookupgconf.c
==============================================================================
--- branches/gnome-2-24/gconf/gapplookupgconf.c (original)
+++ branches/gnome-2-24/gconf/gapplookupgconf.c Fri Nov 7 00:22:41 2008
@@ -163,6 +163,7 @@
}
g_object_unref (client);
+ g_free (command);
return appinfo;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]