free the brush dialog before freeing the brushes.
* app/app_procs.c: free the brush dialog before freeing the brushes. * app/blend.c, app/bucket_fill.c: don't include brush_select.h * app/brush_select.[ch]: add the ability to delete generated brushes. * app/gimpbrushgenerated.c: save the brush parameters on seperate lines. * app/gimpbrushlist.c: make sure we don't overwrite other brush files when saving newly created brushes.
This commit is contained in:
@ -640,6 +640,7 @@ app_exit_finish (void)
|
||||
named_buffers_free ();
|
||||
swapping_free ();
|
||||
context_manager_free ();
|
||||
brush_select_dialog_free ();
|
||||
brushes_free ();
|
||||
patterns_free ();
|
||||
palettes_free ();
|
||||
@ -648,7 +649,6 @@ app_exit_finish (void)
|
||||
hue_saturation_free ();
|
||||
curves_free ();
|
||||
levels_free ();
|
||||
brush_select_dialog_free ();
|
||||
pattern_select_dialog_free ();
|
||||
palette_free ();
|
||||
paint_funcs_free ();
|
||||
|
Reference in New Issue
Block a user