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

2009-09-08 Thread Matthias Bolte
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); -

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

2009-09-08 Thread Daniel Veillard
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

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

2009-09-08 Thread Matthias Bolte
2009/9/8 Daniel Veillard veill...@redhat.com: 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

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

2009-09-08 Thread Daniel Veillard
On Tue, Sep 08, 2009 at 03:04:38PM +0200, Matthias Bolte wrote: 2009/9/8 Daniel Veillard veill...@redhat.com: Thanks for chasing and for the patch mime-type :-) Daniel For some reason the Google Mail web client detects patches with .patch extension as application/mbox now. If I rename