mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Fix crashes on app shutdown
This commit is contained in:
@@ -595,7 +595,7 @@ void ScreenHandler::destroyWindow()
|
||||
}
|
||||
}
|
||||
|
||||
void ScreenHandler::close()
|
||||
ScreenHandler::~ScreenHandler()
|
||||
{
|
||||
if(settings["general"]["notifications"].Bool())
|
||||
NotificationHandler::destroy();
|
||||
|
||||
Reference in New Issue
Block a user