summaryrefslogtreecommitdiff
path: root/dmake
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-05-16 13:00:47 +0200
committerDavid Tardon <dtardon@redhat.com>2011-05-16 15:37:30 +0200
commit019b792df6a62f60227b1b433bb4cd0f4460c900 (patch)
tree8be2be77a5d798fab2fe2c6a68b0bea4bf351eb5 /dmake
parente99d6e62f9d9b64fe0b5ef5b9f545e25b727118a (diff)
free after use
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);
}