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