gimp r22134 - in trunk: . app/plug-in



Author: mitch
Date: 2007-03-16 14:24:02 +0000 (Fri, 16 Mar 2007)
New Revision: 22134
ViewCVS link: http://svn.gnome.org/viewcvs/gimp?rev=22134&view=rev

Modified:
   trunk/ChangeLog
   trunk/app/plug-in/gimppluginprocframe.c
Log:
2007-03-16  Michael Natterer  <mitch gimp org>

	* app/plug-in/gimppluginprocframe.c
	(gimp_plug_in_proc_frame_get_return_vals): don't just g_free() the
	GValueArray after we memcpy()-stole its values because this both
	leaks the contained array of GValues and crashes with glib trunk
	where GValueArray is slice-allocated. Instead, free the array of
	GValues manually, set it to NULL and use g_value_array_free().






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