more ReBuffer<> updates

This commit is contained in:
Charles J. Cliffe
2015-07-28 22:14:48 -04:00
parent f731602017
commit 2d8c2800cb
3 changed files with 6 additions and 23 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ void SDRPostThread::threadMain() {
data_in->decRefCount();
}
// buffers.purge();
buffers.purge();
if (iqVisualQueue.load() && !iqVisualQueue.load()->empty()) {
DemodulatorThreadIQData *visualDataDummy;
+1 -1
View File
@@ -298,7 +298,7 @@ void SDRThread::threadMain() {
}
}
// buffers.purge();
buffers.purge();
std::cout << "SDR thread done." << std::endl;
}