Skip to content
  • Matthias Clasen's avatar
    GtkApplication: Prevent more crashes around shutdown · 7603b527
    Matthias Clasen authored
    gtk_application_shutdown clears the impl member, so all
    callbacks, signal handlers, etc that might still be triggered
    between a shutdown call and the return from the mainloop
    better be prepared to deal with impl being NULL.
    7603b527