From 460fe413fcf9612676d8700576a9447753a8b834 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 22 Jul 2008 06:51:59 +0000 Subject: [PATCH] plugged a small memory leak. 2008-07-22 Sven Neumann * app/gui/session.c (session_init): plugged a small memory leak. svn path=/trunk/; revision=26268 --- ChangeLog | 4 ++++ app/gui/session.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 68ee280abb..5b0fd79efd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-07-22 Sven Neumann + + * app/gui/session.c (session_init): plugged a small memory leak. + 2008-07-21 Sven Neumann * app/widgets/gimphistogrameditor.c diff --git a/app/gui/session.c b/app/gui/session.c index c1626b3cb3..4bcbcc7d89 100644 --- a/app/gui/session.c +++ b/app/gui/session.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,