Fix static analyze fuzzer.c error

This commit is contained in:
senhuang42 2020-10-02 15:27:06 -04:00
parent d8b43a4202
commit e96ea5d147

View File

@ -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);