summaryrefslogtreecommitdiff
path: root/tests/test_opus_projection.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_opus_projection.c')
-rw-r--r--tests/test_opus_projection.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_opus_projection.c b/tests/test_opus_projection.c
index 4d622e86..5f0d672c 100644
--- a/tests/test_opus_projection.c
+++ b/tests/test_opus_projection.c
@@ -360,6 +360,8 @@ void test_encode_decode(opus_int32 bitrate, opus_int32 channels,
goto bad_cleanup;
}
+ opus_projection_decoder_destroy(st_dec);
+ opus_projection_encoder_destroy(st_enc);
free(buffer_in);
free(buffer_out);
return;