From f6d65265ed14cab319adb210da3a293616cc17fa Mon Sep 17 00:00:00 2001 From: ewt Date: Fri, 9 Apr 1999 21:58:07 +0000 Subject: [PATCH] removed extra headerFree() :-( CVS patchset: 2977 CVS date: 1999/04/09 21:58:07 --- lib/install.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/install.c b/lib/install.c index a77973d..3d92a39 100644 --- a/lib/install.c +++ b/lib/install.c @@ -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; } -- 2.7.4