mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-25 21:28:38 -05:00
OSX exit crash fix
This commit is contained in:
parent
e668fa2b5d
commit
7dcab0a078
@ -20,7 +20,9 @@ DemodulatorInstance::~DemodulatorInstance() {
|
||||
delete audioInputQueue;
|
||||
delete threadQueueDemod;
|
||||
delete demodulatorThread;
|
||||
#ifndef __APPLE__
|
||||
delete t_Demod;
|
||||
#endif
|
||||
}
|
||||
|
||||
void DemodulatorInstance::setVisualOutputQueue(DemodulatorThreadOutputQueue *tQueue) {
|
||||
|
Loading…
Reference in New Issue
Block a user