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

Matthias Bolte matthias.bolte at googlemail.com
Mon Aug 1 08:07:27 UTC 2011


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 virNetworkDefFree(virNetworkDefPtr def)
 
     virNetworkDNSDefFree(def->dns);
 
+    VIR_FREE(def->virtPortProfile);
+
     virBandwidthDefFree(def->bandwidth);
 
     VIR_FREE(def);
-- 
1.7.4.1




More information about the libvir-list mailing list