summaryrefslogtreecommitdiff
path: root/rpmqv.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-09-17 13:17:07 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-09-17 13:17:07 +0300
commit66dcee4a67caea7c1d144ffab1717efe90613c73 (patch)
tree0d3be3f0c5a13fed21a5eee885c24db3e6c8be46 /rpmqv.c
parentae3127c0f2cc74f5b662ec8414c231662f0df592 (diff)
downloadrpm-66dcee4a67caea7c1d144ffab1717efe90613c73.tar.gz
rpm-66dcee4a67caea7c1d144ffab1717efe90613c73.tar.bz2
rpm-66dcee4a67caea7c1d144ffab1717efe90613c73.zip
Hide db index handling and rpmdb details from the API to internal header
Diffstat (limited to 'rpmqv.c')
-rw-r--r--rpmqv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rpmqv.c b/rpmqv.c
index 35fb5c87b..3e0a21c7a 100644
--- a/rpmqv.c
+++ b/rpmqv.c
@@ -15,6 +15,7 @@ const char *__progname;
#include <rpmbuild.h>
#include "rpmdb.h"
+#include "rpmdb_internal.h" /* XXX for freeing dbiTags */
#include "rpmps.h"
#include "rpmts.h"
@@ -853,6 +854,7 @@ exit:
/* keeps memory leak checkers quiet */
freeFilesystems();
rpmlogClose();
+ /* XXX FIXME: hide this in the api */
dbiTags = _free(dbiTags);
#ifdef IAM_RPMQV