plugged a tiny memleak spotted by Olivier.

2004-09-29  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpcropoptions.c (gimp_crop_options_gui): plugged a
	tiny memleak spotted by Olivier.
This commit is contained in:
Sven Neumann 2004-09-29 15:40:29 +00:00 committed by Sven Neumann
parent de37bbb7f8
commit ab1045b8a1
1 changed files with 2 additions and 0 deletions

View File

@ -218,5 +218,7 @@ gimp_crop_options_gui (GimpToolOptions *tool_options)
gtk_box_pack_start (GTK_BOX (vbox), button, FALSE, FALSE, 0);
gtk_widget_show (button);
g_free (str);
return vbox;
}