Skip to content

Commit

Permalink
#5780: Unsubscribe the FileSaveConfirmationHandler on shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Oct 14, 2021
1 parent bb62960 commit b5eaa87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radiant/ui/UserInterfaceModule.cpp
Expand Up @@ -246,6 +246,7 @@ void UserInterfaceModule::shutdownModule()

_longOperationHandler.reset();
_mapFileProgressHandler.reset();
_fileSaveConfirmationHandler.reset();
_fileOverwriteConfirmationHandler.reset();
_fileSelectionRequestHandler.reset();
_autoSaveRequestHandler.reset();
Expand Down

0 comments on commit b5eaa87

Please sign in to comment.