mirror of
https://github.com/facebook/zstd.git
synced 2025-08-05 19:15:58 +03:00
Don't Rely on Implicit Return in Main
This commit is contained in:
@@ -214,4 +214,6 @@ int main(int argc, char* argv[]) {
|
|||||||
perturb_bytes(&stuff);
|
perturb_bytes(&stuff);
|
||||||
|
|
||||||
free_stuff(&stuff);
|
free_stuff(&stuff);
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
Reference in New Issue
Block a user