mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 14:52:43 +00:00
Fixes
This commit is contained in:
@@ -52,6 +52,11 @@ namespace dsp::demod {
|
||||
l = buffer::alloc<float>(STREAM_BUFFER_SIZE);
|
||||
r = buffer::alloc<float>(STREAM_BUFFER_SIZE);
|
||||
|
||||
lprDelay.out.free();
|
||||
lmrDelay.out.free();
|
||||
arFir.out.free();
|
||||
alFir.out.free();
|
||||
|
||||
base_type::init(in);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user