null active demod before terminateAll

This commit is contained in:
Charles J. Cliffe 2016-06-01 19:57:18 -04:00
parent d2943b56c4
commit a2c1a16ff8
1 changed files with 1 additions and 0 deletions

View File

@ -1594,6 +1594,7 @@ bool AppFrame::loadSession(std::string fileName) {
return false;
}
wxGetApp().getDemodMgr().setActiveDemodulator(nullptr, false);
wxGetApp().getDemodMgr().terminateAll();
try {