[libvirt] [PATCH 04/13] vport_profile_conf: Resolve memory leak found by Valgrind

Osier Yang jyang at redhat.com
Thu Feb 7 01:55:38 UTC 2013


On 2013年02月07日 05:35, John Ferlan wrote:
> The 'virtPortInterfaceID' was not VIR_FREE()'d
> ---
>   src/conf/netdev_vport_profile_conf.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/src/conf/netdev_vport_profile_conf.c b/src/conf/netdev_vport_profile_conf.c
> index 701e17e..47f51f9 100644
> --- a/src/conf/netdev_vport_profile_conf.c
> +++ b/src/conf/netdev_vport_profile_conf.c
> @@ -198,6 +198,7 @@ cleanup:
>       VIR_FREE(virtPortInstanceID);
>       VIR_FREE(virtPortProfileID);
>       VIR_FREE(virtPortType);
> +    VIR_FREE(virtPortInterfaceID);
>
>       return virtPort;
>

ACK




More information about the libvir-list mailing list