Cut some extra twists from the query maze
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 7 Sep 2010 19:22:25 +0000 (22:22 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 8 Sep 2010 04:50:31 +0000 (07:50 +0300)
commit03bc9f0f323a1ef7e36d800c7756917203d26b93
tree31f972d447369120e84527742c1cc713e1aa0c4e
parent029615e1f688854db7184ee690cae244f7cee8e6
Cut some extra twists from the query maze
- RPMQV_ALL and RPMQV_RPM do nothing but call rpmcli/giShowMatches()
  in rpmQueryVerify(), call them directly from rpmcliArgIter() instead
- Make iterator allocation + deallocation symmetric: both
  rpmcliArgIter() and rpmQueryVerify() now free what they alloced,
  rpmfooShowMatches() is a weird place for freeing
lib/query.c