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 /tools/dump.c | |
parent | df89c3d2009d13e32b0aec7ccda28219d92d2c33 (diff) | |
download | rpm-fe68f3c0cd84698d54764fd24a1b91a28e8703f5.tar.gz rpm-fe68f3c0cd84698d54764fd24a1b91a28e8703f5.tar.bz2 rpm-fe68f3c0cd84698d54764fd24a1b91a28e8703f5.zip |
- add header refcount annotations throughout.
CVS patchset: 5146
CVS date: 2001/11/01 20:15:10
Diffstat (limited to 'tools/dump.c')
-rw-r--r-- | tools/dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dump.c b/tools/dump.c index 584372fab..615be6f94 100644 --- a/tools/dump.c +++ b/tools/dump.c @@ -30,7 +30,7 @@ int main(int argc, char ** argv) Fclose(fdi); headerDump(h, stdout, HEADER_DUMP_INLINE, rpmTagTable); - h = headerFree(h); + h = headerFree(h, "headerDump"); return 0; } |