about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/afl-fuzz-run.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-fuzz-run.c b/src/afl-fuzz-run.c
index bf13f1f9..331df288 100644
--- a/src/afl-fuzz-run.c
+++ b/src/afl-fuzz-run.c
@@ -414,6 +414,7 @@ void sync_fuzzers(afl_state_t *afl) {
 
           afl->is_master = 0;
           sprintf(qd_path, "%s/is_master", afl->out_dir);
+          unlink(qd_path);
 
         }