Skip to content
  • Ell's avatar
    app: fix gimp_wait() deadlock · 85b16b9e
    Ell authored
    In the GUI implementation of gimp_wait(), explicitly finish the
    input-pipe async operation after the busy-dialog plug-in
    terminates, to avoid the async callback function from being
    repeatedly called, stalling the main thread.  Previously, this code
    relied on gimp-parallel implicitly aborting the async operation,
    but this is no longer the case since commit
    4969d757.
    85b16b9e