summaryrefslogtreecommitdiff
path: root/dmake
diff options
context:
space:
mode:
Diffstat (limited to 'dmake')
-rw-r--r--dmake/dmake.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dmake/dmake.c b/dmake/dmake.c
index 8534f730fd58..cf6763fc711f 100644
--- a/dmake/dmake.c
+++ b/dmake/dmake.c
@@ -917,6 +917,7 @@ int eflag;
puts(" -x - export macro values to environment");
puts(" -X - ignore #! lines at start of makefile");
}
+ FREE(fill);
Quit(0);
}