diff options
author | van Hauser <vh@thc.org> | 2020-02-19 10:52:44 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-19 10:52:44 +0100 |
commit | f9d7ad8e4353fe306b7574e3d645ba2c3ea423ed (patch) | |
tree | 301acd761c149e78bdb2a5377b2fe1aeba6b8612 /src/afl-showmap.c | |
parent | 69898722cb7a12a88604f2298736fdf244634bfd (diff) | |
download | afl++-f9d7ad8e4353fe306b7574e3d645ba2c3ea423ed.tar.gz |
forgot cleanup
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r-- | src/afl-showmap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index a46645ab..95c4592d 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -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); |