about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xafl-cmin1
1 files changed, 1 insertions, 0 deletions
diff --git a/afl-cmin b/afl-cmin
index 8ae8f0b6..e48dc7d8 100755
--- a/afl-cmin
+++ b/afl-cmin
@@ -409,6 +409,7 @@ BEGIN {
 
     if (!ENVIRON["AFL_KEEP_TRACES"]) {
       system("rm -rf "trace_dir" 2>/dev/null")
+      system("rmdir "out_dir)
     }
     exit retval
   }