fixed freSpec() call
authorroot <devnull@localhost>
Thu, 15 Feb 1996 19:32:03 +0000 (19:32 +0000)
committerroot <devnull@localhost>
Thu, 15 Feb 1996 19:32:03 +0000 (19:32 +0000)
CVS patchset: 283
CVS date: 1996/02/15 19:32:03

rpm.c

diff --git a/rpm.c b/rpm.c
index 3265312..f436b34 100755 (executable)
--- a/rpm.c
+++ b/rpm.c
@@ -163,7 +163,7 @@ void build(char * arg, int buildAmount) {
            fprintf(stderr, "Build failed.\n");
        }
     }
-    freeSpec(*specfile);
+    freeSpec(s);
     fclose(f);
 }