diff --git a/core/src/dsp/buffer.h b/core/src/dsp/buffer.h index 2bd3824..0e3a30b 100644 --- a/core/src/dsp/buffer.h +++ b/core/src/dsp/buffer.h @@ -225,7 +225,7 @@ namespace dsp { SampleFrameBuffer(stream* in) { init(in); } ~SampleFrameBuffer() { - stop(); + generic_block>::stop(); out.stopWriter(); stopWorker = true; cnd.notify_all();