Skip to content
Commit b1a2c736 authored by Nils Philippsen's avatar Nils Philippsen
Browse files

app: guard against crash due to quitting while DND is processed

In gimp_display_shell_drop_uri_list(), shell->display is dereferenced in
some places without checking that it's still there. It can be set to
NULL if the user quits the application while a drag and drop action is
being processed and the main loop is iterated during execution of this
function. (Bug #652280)
parent 7f626b98
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