More bugfix

This commit is contained in:
Ryzerth
2021-03-30 03:37:40 +02:00
parent ce56d03c3e
commit bcc1744a76
7 changed files with 20 additions and 6 deletions

View File

@ -129,8 +129,8 @@ namespace dsp {
RealToComplex(stream<float>* in) { init(in); }
~RealToComplex() {
delete[] nullBuffer;
generic_block<RealToComplex>::stop();
delete[] nullBuffer;
}
void init(stream<float>* in) {