plugged memory leak
authorewt <devnull@localhost>
Thu, 4 Mar 1999 23:26:51 +0000 (23:26 +0000)
committerewt <devnull@localhost>
Thu, 4 Mar 1999 23:26:51 +0000 (23:26 +0000)
CVS patchset: 2846
CVS date: 1999/03/04 23:26:51

lib/transaction.c

index 14fc782..a59e66c 100644 (file)
@@ -992,6 +992,8 @@ static int handleRmvdInstalledFiles(struct fileInfo * fi, rpmdb db,
            fi->actions[fileNum] = FA_SKIP;
     }
 
+    headerFree(h);
+
     return 0;
 }