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

Osier Yang jyang at redhat.com
Mon Aug 1 09:16:57 UTC 2011


于 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
> +++ 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);

ACK

Osier




More information about the libvir-list mailing list