removed extra headerFree() :-(
authorewt <devnull@localhost>
Fri, 9 Apr 1999 21:58:07 +0000 (21:58 +0000)
committerewt <devnull@localhost>
Fri, 9 Apr 1999 21:58:07 +0000 (21:58 +0000)
CVS patchset: 2977
CVS date: 1999/04/09 21:58:07

lib/install.c

index a77973d..3d92a39 100644 (file)
@@ -543,8 +543,6 @@ int installBinaryPackage(const char * rootdir, rpmdb db, FD_t fd, Header h,
     if (sharedList) 
        markReplacedFiles(db, sharedList);
 
-    headerFree(h);
-
     return 0;
 }