mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-18 13:48:37 -04:00
Race condition.
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
int work(int n_items);
|
||||
private:
|
||||
snd_pcm_format_t fcd_format;
|
||||
snd_pcm_t* fcd_handle = NULL;
|
||||
snd_pcm_t* fcd_handle;
|
||||
|
||||
QMutex m_startWaitMutex;
|
||||
QWaitCondition m_startWaiter;
|
||||
|
||||
Reference in New Issue
Block a user