plugged a small memory leak.

2008-07-22  Sven Neumann  <sven@gimp.org>

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


svn path=/trunk/; revision=26268
This commit is contained in:
Sven Neumann 2008-07-22 06:51:59 +00:00 committed by Sven Neumann
parent 47c45f2786
commit 460fe413fc
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2008-07-22 Sven Neumann <sven@gimp.org>
* app/gui/session.c (session_init): plugged a small memory leak.
2008-07-21 Sven Neumann <sven@gimp.org>
* app/widgets/gimphistogrameditor.c

View file

@ -155,6 +155,8 @@ session_init (Gimp *gimp)
skip = (info->toplevel_entry == NULL);
}
g_free (entry_name);
if (GIMP_CONFIG_GET_INTERFACE (info)->deserialize (GIMP_CONFIG (info),
scanner,
1,