mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
fixed : memory leak in fuzzer test
This commit is contained in:
parent
88009a8ba2
commit
f913cbed33
1 changed files with 3 additions and 1 deletions
|
|
@ -549,7 +549,9 @@ static int basicUnitTests(U32 seed, double compressibility)
|
|||
if (!ZSTD_isError(result)) goto _output_error;
|
||||
if (ZSTD_getErrorCode(result) != ZSTD_error_srcSize_wrong) goto _output_error;
|
||||
DISPLAYLEVEL(4, "OK : %s \n", ZSTD_getErrorName(result));
|
||||
} }
|
||||
}
|
||||
ZSTD_freeCCtx(cctx);
|
||||
}
|
||||
|
||||
/* block API tests */
|
||||
{ ZSTD_CCtx* const cctx = ZSTD_createCCtx();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue