This commit is contained in:
jinyaoguo
2025-06-21 12:57:12 -04:00
30 changed files with 1223 additions and 310 deletions
+2
View File
@@ -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;
}