From fda6c97ad1e5fa639fa95369aabd46b40ab226cd Mon Sep 17 00:00:00 2001 From: jbj Date: Wed, 13 Jan 1999 21:20:00 +0000 Subject: [PATCH] Don't free alooca memory. CVS patchset: 2700 CVS date: 1999/01/13 21:20:00 --- lib/uninstall.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/uninstall.c b/lib/uninstall.c index 9b9f0d3..180c878 100644 --- a/lib/uninstall.c +++ b/lib/uninstall.c @@ -194,7 +194,6 @@ static int runScript(Header h, const char * root, int progArgc, const char ** pr if (script) { FD_t fd; if (makeTempFile(root, &fn, &fd)) { - free(argv); if (freePrefixes) free(prefixes); return 1; } -- 2.7.4