mirror of https://github.com/GNOME/gimp.git
Unregister pdb procs _before_ destroying pdb.
This commit is contained in:
parent
192256a01b
commit
2d028e9070
|
@ -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
|
||||
|
|
|
@ -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 ();
|
||||
|
||||
|
|
Loading…
Reference in New Issue