instance check: bux fix in shutdown() - repairs falling at assert when reiniting otherInstanceMessageHandler
This commit is contained in:
parent
5c1d73682d
commit
9ec83d5210
@ -298,7 +298,8 @@ void OtherInstanceMessageHandler::shutdown(MainFrame* main_frame)
|
|||||||
m_stop = false;
|
m_stop = false;
|
||||||
}
|
}
|
||||||
#endif //BACKGROUND_MESSAGE_LISTENER
|
#endif //BACKGROUND_MESSAGE_LISTENER
|
||||||
m_initialized = false;
|
m_callback_evt_handler = nullptr;
|
||||||
|
m_initialized = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user