gimp r26268 - in trunk: . app/gui



Author: neo
Date: Tue Jul 22 06:51:59 2008
New Revision: 26268
URL: http://svn.gnome.org/viewvc/gimp?rev=26268&view=rev

Log:
2008-07-22  Sven Neumann  <sven gimp org>

        * app/gui/session.c (session_init): plugged a small memory leak.



Modified:
   trunk/ChangeLog
   trunk/app/gui/session.c

Modified: trunk/app/gui/session.c
==============================================================================
--- trunk/app/gui/session.c	(original)
+++ trunk/app/gui/session.c	Tue Jul 22 06:51:59 2008
@@ -155,6 +155,8 @@
                   skip = (info->toplevel_entry == NULL);
                 }
 
+              g_free (entry_name);
+
               if (GIMP_CONFIG_GET_INTERFACE (info)->deserialize (GIMP_CONFIG (info),
                                                                  scanner,
                                                                  1,



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