merge
This commit is contained in:
@@ -73,6 +73,7 @@ int main(int argc, const char** argv)
|
||||
int _exit_code = 1;
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
int _exit_code = 0;
|
||||
|
||||
if (!buffer || !out || !roundtrip || !cctx || !dctx) {
|
||||
fprintf(stderr, "Allocation failure\n");
|
||||
@@ -127,4 +128,5 @@ cleanup:
|
||||
ZSTD_freeDCtx(dctx);
|
||||
ZSTD_freeCCtx(cctx);
|
||||
return _exit_code;
|
||||
return _exit_code;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user