[libvirt] Free name in xenDaemonLookupByID(), if virGetDomain() fails

Daniel Veillard veillard at redhat.com
Tue Sep 8 12:44:05 UTC 2009


On Tue, Sep 08, 2009 at 02:35:40PM +0200, Matthias Bolte wrote:
> Subject says it all.
> 
> Matthias

> diff --git a/src/xend_internal.c b/src/xend_internal.c
> index 2fa08f1..ed6fcac 100644
> --- a/src/xend_internal.c
> +++ b/src/xend_internal.c
> @@ -3723,7 +3723,7 @@ xenDaemonLookupByID(virConnectPtr conn, int id) {
>      }
>  
>      ret = virGetDomain(conn, name, uuid);
> -    if (ret == NULL) return NULL;
> +    if (ret == NULL) goto error;
>  
>      ret->id = id;
>      VIR_FREE(name);


  ACK, applied !
Thanks for chasing and for the patch mime-type :-)

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list