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

@ -193,7 +193,7 @@ namespace dsp {
StereoFMDemod(stream<complex_t>* in, float sampleRate, float deviation) { init(in, sampleRate, deviation); }
~StereoFMDemod() {
stop();
generic_block<StereoFMDemod>::stop();
delete[] doubledPilot;
delete[] a_minus_b;
delete[] a_out;