Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libspeex/mdf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libspeex/mdf.c b/libspeex/mdf.c
index d97e678..456ab84 100644
--- a/libspeex/mdf.c
+++ b/libspeex/mdf.c
@@ -617,6 +617,11 @@ EXPORT void speex_echo_state_destroy(SpeexEchoState *st)
#ifdef FIXED_POINT
speex_free(st->wtmp2);
#endif
+ speex_free(st->memX);
+ speex_free(st->memD);
+ speex_free(st->memE);
+ speex_free(st->notch_mem);
+
speex_free(st->play_buf);
speex_free(st);