Russell Letkeman
2005-Dec-09 12:26 UTC
[Speex-dev] memory leak in speex_echo_state_destroy
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