From a2c1a16ff8970065ace95f0b3b23713a45337cd7 Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Wed, 1 Jun 2016 19:57:18 -0400 Subject: [PATCH] null active demod before terminateAll --- src/AppFrame.cpp | 1 + 1 file changed, 1 insertion(+) 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 {