Closed asalaria-cisco closed 2 weeks ago
Looking at the source code of quantize_i2_s, it seems that the buffer q8 is allocated on the heap but never freed. This would results in leaking memory each time the function is called.
quantize_i2_s
q8
yes you are right
Looking at the source code of
quantize_i2_s
, it seems that the bufferq8
is allocated on the heap but never freed. This would results in leaking memory each time the function is called.