<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2769" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><FONT size=2>
<P>memory leak in speex_echo_state_destroy.</P>
<P>speex_echo_state_init allocates:</P>
<P>st-&gt;y2 = (float*)speex_alloc(N*sizeof(float));</P>
<P>and</P>
<P>st-&gt;Y2 = (float*)speex_alloc(N*sizeof(float));<BR></P>
<P>but they are not freed in speex_echo_state_destroy.</P>
<P>&nbsp;</P>
<P>Regards</P>
<P>Russell Letkeman</P>
<P>http://www.twilightutilities.com/</P></FONT></FONT></DIV></BODY></HTML>