summaryrefslogtreecommitdiff
path: root/toxav/audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/audio.c')
-rw-r--r--toxav/audio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxav/audio.c b/toxav/audio.c
index 0a6f04e3..afb9f26c 100644
--- a/toxav/audio.c
+++ b/toxav/audio.c
@@ -117,6 +117,7 @@ void ac_kill(ACSession* ac)
117 return; 117 return;
118 118
119 opus_encoder_destroy(ac->encoder); 119 opus_encoder_destroy(ac->encoder);
120 opus_encoder_destroy(ac->test_encoder);
120 opus_decoder_destroy(ac->decoder); 121 opus_decoder_destroy(ac->decoder);
121 jbuf_free(ac->j_buf); 122 jbuf_free(ac->j_buf);
122 123