Fix Memory Leak in Test

This commit is contained in:
W. Felix Handte
2019-09-11 14:25:30 -04:00
parent ff67c62458
commit 194c542598
+1
View File
@@ -2219,6 +2219,7 @@ static int basicUnitTests(U32 const seed, double compressibility)
}
ZSTD_freeCCtx(cctx);
free(staticCCtxBuffer);
}
DISPLAYLEVEL(3, "OK \n");