Skip to content
  • Nils Philippsen's avatar
    app: guard against crash due to quitting while DND is processed · b1a2c736
    Nils Philippsen authored
    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)
    b1a2c736