diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-10-23 23:16:43 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-10-23 23:16:43 +0000 |
| commit | cbfcb39874d97238abccb006b6acf2b2f78b2e65 (patch) | |
| tree | bbd5e7ccf4fc366bc27a8cad8364cb37e593aa28 /usr.bin/make/cond.c | |
| parent | 97490f4b3c85d61c156198a4ed31fefc6d41fe24 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/cond.c')
| -rw-r--r-- | usr.bin/make/cond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c index a6eb9a925ad0..6f82ecbee3ea 100644 --- a/usr.bin/make/cond.c +++ b/usr.bin/make/cond.c @@ -284,7 +284,7 @@ CondDoDefined (int argLen, char *arg) } else { result = FALSE; } - efree(p1); + free(p1); arg[argLen] = savec; return (result); } |
