ref: f99e3292e7beb408e667478ce491e3d266c9d6d2
parent: d6737c852204c5de6aac18792153f8d36e538205
author: Gregory Maxwell <[email protected]>
date: Thu May 31 22:27:36 EDT 2012
Avoid an inconsequential memory leak in tests/test_opus_decode.c
--- a/tests/test_opus_decode.c
+++ b/tests/test_opus_decode.c
@@ -329,6 +329,7 @@
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");