app: print an EXIT verbose message before unrefing the Gimp instance

so we can se if we got here on exit.
This commit is contained in:
Michael Natterer
2018-01-29 20:14:03 +01:00
parent 9ec11eece9
commit 6fc05e3683

View File

@ -354,6 +354,9 @@ app_run (const gchar *full_prog_name,
gimp_threads_enter (gimp);
}
if (gimp->be_verbose)
g_print ("EXIT: %s\n", G_STRFUNC);
g_main_loop_unref (loop);
g_object_unref (gimp);