Skip to content
  • Ell's avatar
    app: fix potential segfault in gimp_action_history_activate_callback() · 9f0f11f4
    Ell authored
    In gimp_action_history_activate_callback(), bail if history.gimp is
    NULL, instead of dereferencing it.  This can happen if GIMP is shut
    down during the execution of a temporary procedure, such as a
    script-fu script.  See the code comment for details.
    
    (cherry picked from commit 6544ce43)
    9f0f11f4