Re: [libvirt] [PATCH 1/6] conf: remove duplicate call to VIR_FREE(info-alias)

2012-01-30 Thread Laine Stump
On 01/25/2012 09:54 PM, Eric Blake wrote: On 01/25/2012 09:58 AM, Laine Stump wrote: There is another identical call 4 lines up in the same function. --- src/conf/domain_conf.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/conf/domain_conf.c

[libvirt] [PATCH 1/6] conf: remove duplicate call to VIR_FREE(info-alias)

2012-01-25 Thread Laine Stump
There is another identical call 4 lines up in the same function. --- src/conf/domain_conf.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index e872396..471b0a2 100644 --- a/src/conf/domain_conf.c +++