Added exit.
isspam build / build (push) Successful in 4m9s

This commit is contained in:
2025-03-19 21:07:22 +01:00
parent e1999f0580
commit 45a60fd3e0
+1
View File
@@ -327,5 +327,6 @@ int main(int argc, char *argv[]) {
} }
analyze(stdin); analyze(stdin);
printf("%s\n", rmalloc_stats()); printf("%s\n", rmalloc_stats());
exit(0);
return 0; return 0;
} }