mirror of https://github.com/GNOME/gimp.git
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:
parent
de37bbb7f8
commit
ab1045b8a1
app/tools
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue