1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

BladeRF2 input: more debug messages. Fixed thread channel destructor: do not delete the sample FIFO that is not owned by the thread

This commit is contained in:
f4exb
2018-09-26 03:07:55 +02:00
parent 4634fb481d
commit 07bd587f6c
2 changed files with 13 additions and 5 deletions
@@ -66,11 +66,7 @@ private:
{}
~Channel()
{
if (m_sampleFifo) {
delete[] m_sampleFifo;
}
}
{}
};
QMutex m_startWaitMutex;