summaryrefslogtreecommitdiff
path: root/fuzzing/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuzzing/driver.c')
-rw-r--r--fuzzing/driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzzing/driver.c b/fuzzing/driver.c
index f6d2396db..296ce5710 100644
--- a/fuzzing/driver.c
+++ b/fuzzing/driver.c
@@ -30,6 +30,7 @@ main (int argc, char **argv)
LLVMFuzzerTestOneInput (buf, len);
free (buf);
+ fclose (f);
printf ("Done!\n");
return 0;
}