[xiph-commits] r11557 - trunk/speex/libspeex

jm at svn.xiph.org jm at svn.xiph.org
Sat Jun 10 21:17:00 PDT 2006


Author: jm
Date: 2006-06-10 21:16:58 -0700 (Sat, 10 Jun 2006)
New Revision: 11557

Modified:
   trunk/speex/libspeex/mdf.c
Log:
Oops. No more memory leak in the echo canceller destroy func.


Modified: trunk/speex/libspeex/mdf.c
===================================================================
--- trunk/speex/libspeex/mdf.c	2006-06-11 00:31:23 UTC (rev 11556)
+++ trunk/speex/libspeex/mdf.c	2006-06-11 04:16:58 UTC (rev 11557)
@@ -391,6 +391,7 @@
 #ifdef FIXED_POINT
    speex_free(st->wtmp2);
 #endif
+   speex_free(st->play_buf);
    speex_free(st);
 }
 



More information about the commits mailing list