1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 00:44:48 -04:00

Threaded baseband source/sink stop before delete

This commit is contained in:
f4exb
2018-03-16 10:15:35 +01:00
parent 904bcf2dc1
commit 8d69272a76
2 changed files with 2 additions and 0 deletions
@@ -36,6 +36,7 @@ ThreadedBasebandSampleSource::ThreadedBasebandSampleSource(BasebandSampleSource*
ThreadedBasebandSampleSource::~ThreadedBasebandSampleSource()
{
stop();
delete m_thread;
}