summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c
index bcdbbf5..0028e15 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);
OpenPOWER on IntegriCloud