mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-02-03 09:44:26 -05:00
null active demod before terminateAll
This commit is contained in:
parent
d2943b56c4
commit
a2c1a16ff8
@ -1594,6 +1594,7 @@ bool AppFrame::loadSession(std::string fileName) {
|
||||
return false;
|
||||
}
|
||||
|
||||
wxGetApp().getDemodMgr().setActiveDemodulator(nullptr, false);
|
||||
wxGetApp().getDemodMgr().terminateAll();
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user