[Speex-dev] memory leak in speex_echo_state_destroy
Russell Letkeman
russell at twilightutilities.com
Tue Dec 6 12:38:35 PST 2005
memory leak in speex_echo_state_destroy.
speex_echo_state_init allocates:
st->y2 = (float*)speex_alloc(N*sizeof(float));
and
st->Y2 = (float*)speex_alloc(N*sizeof(float));
but they are not freed in speex_echo_state_destroy.
Regards
Russell Letkeman
http://www.twilightutilities.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20051206/0cb3a962/attachment.html
More information about the Speex-dev
mailing list