1
0
mirror of https://github.com/facebook/zstd.git synced 2025-12-24 17:21:03 +03:00

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

View File

@@ -2219,6 +2219,7 @@ static int basicUnitTests(U32 const seed, double compressibility)
}
ZSTD_freeCCtx(cctx);
free(staticCCtxBuffer);
}
DISPLAYLEVEL(3, "OK \n");