Re: [libvirt] [PATCH 1/2] conf: free the ports array of a USB hub

2016-08-16 Thread Andrea Bolognani
On Mon, 2016-08-15 at 18:14 +0200, Ján Tomko wrote: > The array needs to be freed too, not just its members. > > https://bugzilla.redhat.com/show_bug.cgi?id=1366097 > --- > src/conf/domain_addr.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/conf/domain_addr.c

[libvirt] [PATCH 1/2] conf: free the ports array of a USB hub

2016-08-15 Thread Ján Tomko
The array needs to be freed too, not just its members. https://bugzilla.redhat.com/show_bug.cgi?id=1366097 --- src/conf/domain_addr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/domain_addr.c b/src/conf/domain_addr.c index c533edb..c9cddac 100644 --- a/src/conf/domain_addr.c +++