mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-05 14:47:52 -04: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…
x
Reference in New Issue
Block a user