Re: [libvirt] [PATCH] Don't leak delay string when freeing virInterfaceBridgeDefs

2010-08-03 Thread Daniel Veillard
On Tue, Aug 03, 2010 at 10:40:26AM -0400, Laine Stump wrote: > I noticed this while looking into checking the default bridge delay to 0. > --- > src/conf/interface_conf.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/src/conf/interface_conf.c b/src/conf/interface_c

[libvirt] [PATCH] Don't leak delay string when freeing virInterfaceBridgeDefs

2010-08-03 Thread Laine Stump
I noticed this while looking into checking the default bridge delay to 0. --- src/conf/interface_conf.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/conf/interface_conf.c b/src/conf/interface_conf.c index 6430f7a..b24526f 100644 --- a/src/conf/interface_conf.c +++ b