Fix static analyze fuzzer.c error
This commit is contained in:
parent
d8b43a4202
commit
e96ea5d147
@ -811,7 +811,7 @@ static int basicUnitTests(U32 const seed, double compressibility)
|
||||
if (cSizeLdm > cSizeNoLdm) {
|
||||
DISPLAY("Using long mode should not cause regressions for btopt+\n");
|
||||
testResult = 1;
|
||||
goto _output_error;
|
||||
goto _end;
|
||||
}
|
||||
|
||||
ZSTD_freeCCtx(cctx);
|
||||
|
Loading…
Reference in New Issue
Block a user