mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 12:47:40 +01:00
new buffer thingy 2
This commit is contained in:
parent
dff9ec2d37
commit
70cf463881
@ -225,7 +225,7 @@ namespace dsp {
|
||||
SampleFrameBuffer(stream<T>* in) { init(in); }
|
||||
|
||||
~SampleFrameBuffer() {
|
||||
stop();
|
||||
generic_block<SampleFrameBuffer<T>>::stop();
|
||||
out.stopWriter();
|
||||
stopWorker = true;
|
||||
cnd.notify_all();
|
||||
|
Loading…
Reference in New Issue
Block a user