file-roller r2271 - in branches/gnome-2-22: . src



Author: paobac
Date: Tue Apr 29 08:35:29 2008
New Revision: 2271
URL: http://svn.gnome.org/viewvc/file-roller?rev=2271&view=rev

Log:
2008-04-29  Paolo Bacchilega  <paobac svn gnome org>

	* src/gconf-utils.c: fixed memory leak.

Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/src/gconf-utils.c

Modified: branches/gnome-2-22/src/gconf-utils.c
==============================================================================
--- branches/gnome-2-22/src/gconf-utils.c	(original)
+++ branches/gnome-2-22/src/gconf-utils.c	Tue Apr 29 08:35:29 2008
@@ -329,7 +329,7 @@
 		g_return_val_if_fail (error == NULL, result);
 		g_free (result);
 		result = g_strdup (val);
-
+		g_free (val);
 	} else if (error != NULL)
 		eel_gconf_handle_error (&error);
 



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