mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
forgot cleanup
This commit is contained in:
@ -1014,12 +1014,12 @@ int main(int argc, char** argv, char** envp) {
|
||||
tcnt, highest, total, out_file);
|
||||
|
||||
}
|
||||
|
||||
|
||||
if (stdin_file) {
|
||||
|
||||
|
||||
unlink(stdin_file);
|
||||
stdin_file = NULL;
|
||||
|
||||
|
||||
}
|
||||
|
||||
exit(child_crashed * 2 + child_timed_out);
|
||||
|
Reference in New Issue
Block a user