libgimp: actually unref the global GimpPDB and GimpPlugIn instances

in gimp_close().
This commit is contained in:
Michael Natterer 2019-09-05 12:22:04 +02:00
parent 747fce7260
commit 34f848bb69
1 changed files with 3 additions and 0 deletions

View File

@ -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