]> code.ossystems Code Review - openembedded-core.git/commit
rpmresolve.c: Fix unfreed pointers that keep DB opened
authorMariano Lopez <mariano.lopez@linux.intel.com>
Tue, 29 Dec 2015 10:25:02 +0000 (10:25 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Jan 2016 23:23:16 +0000 (23:23 +0000)
commitda7aa183f94adc1d0fff5bb81e827c584f9938ec
treedf7a0e80d3a04209958b98d7926b2412f614f43b
parent5c535bf45fc324e31b42364c99d6fffa00167995
rpmresolve.c: Fix unfreed pointers that keep DB opened

There are some unfreed rpmmi pointers in printDepList()
function; this happens when the package have null as
the requirement.

This patch fixes these unfreed pointers and add small
changes to keep consistency with some variables.

[YOCTO #8028]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/rpm/rpmresolve/rpmresolve.c