Don't free alooca memory.
authorjbj <devnull@localhost>
Wed, 13 Jan 1999 21:20:00 +0000 (21:20 +0000)
committerjbj <devnull@localhost>
Wed, 13 Jan 1999 21:20:00 +0000 (21:20 +0000)
CVS patchset: 2700
CVS date: 1999/01/13 21:20:00

lib/uninstall.c

index 9b9f0d3..180c878 100644 (file)
@@ -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;
        }