Skip to content

Commit

Permalink
we crash if we try to SPDLOG in the destructors (HarbourMasters#3951)
Browse files Browse the repository at this point in the history
* we crash if we try to SPDLOG in the destructors

* rip em out

* newline

* add to destroy

* Revert "rip em out"

This reverts commit 738a9b8.

* Revert "we crash if we try to SPDLOG in the destructors"

This reverts commit 327d305.
  • Loading branch information
briaguya-ai authored Feb 21, 2024
1 parent cd25f1d commit bcbe4cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion soh/soh/Enhancements/controls/InputViewer.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ class InputViewerSettingsWindow : public LUS::GuiWindow {
~InputViewerSettingsWindow();

void Draw();
};
};
2 changes: 2 additions & 0 deletions soh/soh/SohGui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,5 +224,7 @@ namespace SohGui {
mStatsWindow = nullptr;
mConsoleWindow = nullptr;
mSohMenuBar = nullptr;
mInputViewer = nullptr;
mInputViewerSettings = nullptr;
}
}

0 comments on commit bcbe4cb

Please sign in to comment.