From f9d7ad8e4353fe306b7574e3d645ba2c3ea423ed Mon Sep 17 00:00:00 2001 From: van Hauser Date: Wed, 19 Feb 2020 10:52:44 +0100 Subject: forgot cleanup --- src/afl-showmap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/afl-showmap.c') 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); -- cgit 1.4.1