mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-04-04 18:48:38 -04:00
missing demodulator pop on terminate
This commit is contained in:
parent
2420fbcc64
commit
a18d59aa44
@ -29,6 +29,7 @@ DemodulatorInstance *DemodulatorMgr::newThread() {
|
||||
void DemodulatorMgr::terminateAll() {
|
||||
while (demods.size()) {
|
||||
DemodulatorInstance *d = demods.back();
|
||||
demods.pop_back();
|
||||
wxGetApp().removeDemodulator(d);
|
||||
deleteThread(d);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user