Skip to content

Commit

Permalink
Call quit() so is_quitting is set
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Oct 14, 2024
1 parent 71ed3d7 commit d1cf9fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/appbase/application_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ class application_base {
}
}

quit();

try {
shutdown_plugins(); // may rethrow exceptions
} catch (...) {
Expand Down

0 comments on commit d1cf9fc

Please sign in to comment.