Fix #678: be clean when leaving SDRPostThread

This commit is contained in:
vsonnier 2018-09-15 07:12:50 +02:00
parent 00c0693574
commit 5db28da361

View File

@ -33,6 +33,7 @@ SDRPostThread::SDRPostThread() : IOThread(), buffers("SDRPostThreadBuffers"), vi
SDRPostThread::~SDRPostThread() {
iirfilt_crcf_destroy(dcFilter);
}