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