plugged memory leak.
2008-07-22 Sven Neumann <sven@gimp.org> * app/widgets/gimpsessioninfo-aux.c (gimp_session_info_aux_new_from_props): plugged memory leak. 2008-07-22 Sven Neumann <sven@gimp.org> * app/widgets/gimphistogramview.c (gimp_histogram_view_set_background): fixed refcounting issue. This plugs the memory leak I tried to fix in GimpHistogramEditor. svn path=/trunk/; revision=26271
This commit is contained in:

committed by
Sven Neumann

parent
4368010863
commit
5b374543cb
@ -100,6 +100,7 @@ gimp_session_info_aux_new_from_props (GObject *object,
|
||||
}
|
||||
|
||||
g_value_unset (&value);
|
||||
g_string_free (str, TRUE);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user