diff options
author | jbj <devnull@localhost> | 2001-11-01 20:15:10 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-11-01 20:15:10 +0000 |
commit | fe68f3c0cd84698d54764fd24a1b91a28e8703f5 (patch) | |
tree | 4b83a27460e6d8f52c6a9236922a4c82f3642013 /lib/rpmchecksig.c | |
parent | df89c3d2009d13e32b0aec7ccda28219d92d2c33 (diff) | |
download | librpm-tizen-fe68f3c0cd84698d54764fd24a1b91a28e8703f5.tar.gz librpm-tizen-fe68f3c0cd84698d54764fd24a1b91a28e8703f5.tar.bz2 librpm-tizen-fe68f3c0cd84698d54764fd24a1b91a28e8703f5.zip |
- add header refcount annotations throughout.
CVS patchset: 5146
CVS date: 2001/11/01 20:15:10
Diffstat (limited to 'lib/rpmchecksig.c')
-rw-r--r-- | lib/rpmchecksig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmchecksig.c b/lib/rpmchecksig.c index 3d5c34061..21c97a3d9 100644 --- a/lib/rpmchecksig.c +++ b/lib/rpmchecksig.c @@ -393,7 +393,7 @@ static int rpmImportPubkey(rpmTransactionSet ts, bottom: /* Clean up. */ - h = headerFree(h); + h = headerFree(h, "ImportPubkey"); dig = pgpFreeDig(dig); pkt = _free(pkt); n = _free(n); |