diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-08-11 11:10:43 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-08-11 11:10:43 +0000 |
| commit | ef3a89cfe8f3e1f85faaafe2c81bdd1e47e4ce5f (patch) | |
| tree | 5b3b4e08e62bcf9ca73e50c366c08d1a849c1017 /usr.bin/make | |
| parent | 98c385e7d6242854de5f8612e6be21ab9adc75b9 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index bcdbbf5e58bbe..0028e157607f9 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -865,9 +865,9 @@ main(argc, argv) */ Compat_Run(targs); } + Lst_Destroy(targs, NOFREE); } - Lst_Destroy(targs, NOFREE); Lst_Destroy(variables, NOFREE); Lst_Destroy(makefiles, NOFREE); Lst_Destroy(create, (void (*)(void *)) free); |
