mirror of https://github.com/GNOME/gimp.git
libgimp: actually unref the global GimpPDB and GimpPlugIn instances
in gimp_close().
This commit is contained in:
parent
747fce7260
commit
34f848bb69
|
@ -917,6 +917,9 @@ gimp_close (void)
|
|||
_gimp_debug_stop ();
|
||||
|
||||
_gimp_plug_in_quit (PLUG_IN);
|
||||
|
||||
g_clear_object (&PDB);
|
||||
g_clear_object (&PLUG_IN);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in New Issue