Skip to content
Snippets Groups Projects
Commit d6737c85 authored by Gregory Maxwell's avatar Gregory Maxwell Committed by Jean-Marc Valin
Browse files

Avoid an inconsequential memory leak in tests/test_opus_encode.c.

parent bc1683d9
No related branches found
No related tags found
No related merge requests found
......@@ -356,6 +356,7 @@ int run_test1(int no_fuzz)
opus_multistream_encoder_destroy(MSenc);
opus_decoder_destroy(dec);
opus_multistream_decoder_destroy(MSdec);
opus_multistream_decoder_destroy(MSdec_err);
for(i=0;i<10;i++)opus_decoder_destroy(dec_err[i]);
free(inbuf);
free(outbuf);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment