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:

committed by
Sven Neumann

parent
47c45f2786
commit
460fe413fc
@ -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
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user