[libvirt] [PATCH] conf: Don't leak the virtual port profile in virNetworkDefFree

2011-08-01 Thread Matthias Bolte
Reported by Alex Jia. --- src/conf/network_conf.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/conf/network_conf.c b/src/conf/network_conf.c index 6714c20..b11c482 100644 --- a/src/conf/network_conf.c +++ b/src/conf/network_conf.c @@ -169,6 +169,8 @@ void

Re: [libvirt] [PATCH] conf: Don't leak the virtual port profile in virNetworkDefFree

2011-08-01 Thread Matthias Bolte
2011/8/1 Osier Yang jy...@redhat.com: 于 2011年08月01日 16:07, Matthias Bolte 写道: Reported by Alex Jia. ---  src/conf/network_conf.c |    2 ++  1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/conf/network_conf.c b/src/conf/network_conf.c index 6714c20..b11c482 100644 ---

Re: [libvirt] [PATCH] conf: Don't leak the virtual port profile in virNetworkDefFree

2011-08-01 Thread Osier Yang
于 2011年08月01日 16:07, Matthias Bolte 写道: Reported by Alex Jia. --- src/conf/network_conf.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/conf/network_conf.c b/src/conf/network_conf.c index 6714c20..b11c482 100644 --- a/src/conf/network_conf.c +++