aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec_amr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/codec_amr.c')
-rw-r--r--src/codec_amr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/codec_amr.c b/src/codec_amr.c
index df35b49..a2787d7 100644
--- a/src/codec_amr.c
+++ b/src/codec_amr.c
@@ -61,6 +61,8 @@ codec_amr_exit(void *state)
Decoder_Interface_exit(st->decoder);
Encoder_Interface_exit(st->encoder);
+ talloc_free(st);
+
return;
}