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:
@@ -2219,6 +2219,7 @@ static int basicUnitTests(U32 const seed, double compressibility)
|
||||
}
|
||||
|
||||
ZSTD_freeCCtx(cctx);
|
||||
free(staticCCtxBuffer);
|
||||
}
|
||||
DISPLAYLEVEL(3, "OK \n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user