Unregister pdb procs _before_ destroying pdb.

This commit is contained in:
Lauri Alanko 1998-07-07 22:42:35 +00:00
parent 192256a01b
commit 2d028e9070
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Wed Jul 8 01:35:22 EEST 1998 Lauri Alanko <nether@gimp.org>
* app/app_procs.c (app_exit_finish): Unregister pdb procs _before_
destroying pdb.
Mon Jul 6 20:38:36 1998 Scott Goehring <scott@poverty.bloomington.in.us>
* app/gimage_mask.c (gimage_mask_boundary): fixed crash when you

View File

@ -567,8 +567,8 @@ app_exit_finish (void)
pattern_select_dialog_free ();
palette_free ();
paint_funcs_free ();
procedural_db_free ();
plug_in_kill ();
procedural_db_free ();
menus_quit ();
tile_swap_exit ();