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

Avoid an inconsequential memory leak in tests/test_opus_decode.c

parent d6737c85
No related branches found
No related tags found
No related merge requests found
......@@ -329,6 +329,7 @@ int test_decoder_code0(int no_fuzz)
fprintf(stdout," dec[%3d] pre-selected random packets OK.\n",t);
}
free(decbak);
for(t=0;t<5*2;t++)opus_decoder_destroy(dec[t]);
printf(" Decoders stopped.\n");
......
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