dsps_snr_f32 causing a memory leak (DSP-152) #96
Labels
Resolution: Done
Issue is done internally
Status: Done
Issue is done internally
Type: Bug
Bugs in ESP-IDF
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: