Re: [libvirt] [PATCH] xenapi: Fix double-freeing the session in xenapiClose

2011-07-22 Thread Matthias Bolte
2011/7/21 Eric Blake ebl...@redhat.com: On 07/21/2011 10:11 AM, Matthias Bolte wrote: xen_session_logout already frees the whole session object. Don't call xenSessionFree on a freed session object. Reported by Sharmila Radhakrishnan. ---  src/xenapi/xenapi_driver.c |    2 +-  1 files

[libvirt] [PATCH] xenapi: Fix double-freeing the session in xenapiClose

2011-07-21 Thread Matthias Bolte
xen_session_logout already frees the whole session object. Don't call xenSessionFree on a freed session object. Reported by Sharmila Radhakrishnan. --- src/xenapi/xenapi_driver.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/xenapi/xenapi_driver.c

Re: [libvirt] [PATCH] xenapi: Fix double-freeing the session in xenapiClose

2011-07-21 Thread Eric Blake
On 07/21/2011 10:11 AM, Matthias Bolte wrote: xen_session_logout already frees the whole session object. Don't call xenSessionFree on a freed session object. Reported by Sharmila Radhakrishnan. --- src/xenapi/xenapi_driver.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff