about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-03-14 11:45:25 +0100
committerhexcoder- <heiko@hexco.de>2020-03-14 11:45:25 +0100
commit338daa12825b65c386c006f2e106c12b6c267480 (patch)
tree7bfc7f0192cb84388ab945ae27e6041ca751c8bb /src/afl-fuzz.c
parentc616fcafe8e5321ae247c3dc316aa7f2dbd97f7c (diff)
parent08fe1e2cd7388399fc44a5217f4ca5e3fc8f84d3 (diff)
downloadafl++-338daa12825b65c386c006f2e106c12b6c267480.tar.gz
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 2082633f..6cac5184 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -1173,7 +1173,7 @@ stop_fuzzing:
   ck_free(afl->fsrv.target_path);
   ck_free(afl->fsrv.out_file);
   ck_free(afl->sync_id);
-  ck_free(afl);
+  free(afl);                                                 /* not tracked */
 
   argv_cpy_free(argv);