Skip to content
Commit 4e664a01 authored by Massimo Valentini's avatar Massimo Valentini Committed by Michael Natterer
Browse files

Bug 629941 - GIMP doesn't exit properly when quitting while loading images

GIMP's "exit" signal was emitted before the handler was connected.

Don't start loading command line images or batch processing before
app_exit_after_callback() is connected. Make sure we don't use
dangling main loop pointers or try to stop a non-running main loop.

(cherry picked from commit 09682d62)
parent dea99e51
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment