we crash if we try to SPDLOG in the destructors (#3951)
* we crash if we try to SPDLOG in the destructors * rip em out * newline * add to destroy * Revert "rip em out" This reverts commit 738a9b80f327fe728e176d63ab2d54a36fb908ad. * Revert "we crash if we try to SPDLOG in the destructors" This reverts commit 327d305e00ab9cb05ca93c5566a06ae9a345d329.
This commit is contained in:
@@ -224,5 +224,7 @@ namespace SohGui {
|
|||||||
mStatsWindow = nullptr;
|
mStatsWindow = nullptr;
|
||||||
mConsoleWindow = nullptr;
|
mConsoleWindow = nullptr;
|
||||||
mSohMenuBar = nullptr;
|
mSohMenuBar = nullptr;
|
||||||
|
mInputViewer = nullptr;
|
||||||
|
mInputViewerSettings = nullptr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user