diff --git a/src/AppFrame.cpp b/src/AppFrame.cpp index 004f32c..38eadcc 100644 --- a/src/AppFrame.cpp +++ b/src/AppFrame.cpp @@ -1594,6 +1594,7 @@ bool AppFrame::loadSession(std::string fileName) { return false; } + wxGetApp().getDemodMgr().setActiveDemodulator(nullptr, false); wxGetApp().getDemodMgr().terminateAll(); try {