We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v5.3.1
ESP32-H2
master
no memory leak
memory leak
call dsps_snr_f32 in a way to reach
esp-dsp/modules/support/snr/float/dsps_snr_f32.cpp
Line 71 in 037701e
No response
The array created here:
Line 30 in 037701e
The text was updated successfully, but these errors were encountered:
@hatl thank you very much. We will fix it soon.
Respect, Dmitry
Sorry, something went wrong.
No branches or pull requests
Answers checklist.
IDF version.
v5.3.1
Module or chip used.
ESP32-H2
DSP version.
master
What is the expected behavior?
no memory leak
What is the actual behavior?
memory leak
Steps to reproduce.
call dsps_snr_f32 in a way to reach
esp-dsp/modules/support/snr/float/dsps_snr_f32.cpp
Line 71 in 037701e
Code to reproduce this issue.
No response
Debug logs.
No response
More Information.
The array created here:
esp-dsp/modules/support/snr/float/dsps_snr_f32.cpp
Line 30 in 037701e
is not being deleted when returning here:
esp-dsp/modules/support/snr/float/dsps_snr_f32.cpp
Line 71 in 037701e
The text was updated successfully, but these errors were encountered: