instance check: bux fix in shutdown() - repairs falling at assert when reiniting otherInstanceMessageHandler

This commit is contained in:
David Kocik 2020-05-18 08:28:53 +02:00
parent 5c1d73682d
commit 9ec83d5210

View File

@ -298,6 +298,7 @@ void OtherInstanceMessageHandler::shutdown(MainFrame* main_frame)
m_stop = false; m_stop = false;
} }
#endif //BACKGROUND_MESSAGE_LISTENER #endif //BACKGROUND_MESSAGE_LISTENER
m_callback_evt_handler = nullptr;
m_initialized = false; m_initialized = false;
} }
} }