From: jbj Date: Wed, 13 Jan 1999 21:20:00 +0000 (+0000) Subject: Don't free alooca memory. X-Git-Tag: rpm-4.4-release~3200 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fda6c97ad1e5fa639fa95369aabd46b40ab226cd;p=platform%2Fupstream%2Frpm.git Don't free alooca memory. CVS patchset: 2700 CVS date: 1999/01/13 21:20:00 --- 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; }