mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-02 14:04:47 -04:00
Fix crash introduced with #559, fix hanging thread at application termination
This commit is contained in:
@@ -73,7 +73,7 @@ void FFTVisualDataThread::run() {
|
||||
fftDistrib.run();
|
||||
|
||||
// Make wproc do a FFT of each of the sample sets provided by fftDistrib:
|
||||
while (!wproc.isInputEmpty()) {
|
||||
while (!stopping && !wproc.isInputEmpty()) {
|
||||
wproc.run();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user