On 11/14/18 12:32 PM, Julio Faracco wrote:
The function qemuDomainGetHostdevPath() is using VIR_FREE to free
the
paths stored in tmpPaths. Both syntax analyzer are reporting a warning
about this. Replacing the old method to function
virStringListFreeCount() fixes the warnings/errors.
Signed-off-by: Julio Faracco <jcfaracco(a)gmail.com>
---
src/qemu/qemu_domain.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John