[libvirt] [PATCH]LXC: free dst before lxcDomainAttachDeviceDiskLive return

2013-09-26 Thread Chen Hanxiao
From: Chen Hanxiao chenhanx...@cn.fujitsu.com free dst before lxcDomainAttachDeviceDiskLive return Signed-off-by: Chen Hanxiao chenhanx...@cn.fujitsu.com --- src/lxc/lxc_driver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lxc/lxc_driver.c b/src/lxc/lxc_driver.c index

Re: [libvirt] [PATCH]LXC: free dst before lxcDomainAttachDeviceDiskLive return

2013-09-26 Thread Daniel Veillard
On Thu, Sep 26, 2013 at 02:01:52PM +0800, Chen Hanxiao wrote: From: Chen Hanxiao chenhanx...@cn.fujitsu.com free dst before lxcDomainAttachDeviceDiskLive return Signed-off-by: Chen Hanxiao chenhanx...@cn.fujitsu.com --- src/lxc/lxc_driver.c | 1 + 1 file changed, 1 insertion(+) diff

Re: [libvirt] [PATCH]LXC: free dst before lxcDomainAttachDeviceDiskLive return

2013-09-26 Thread Chen Hanxiao
-Original Message- From: Daniel Veillard [mailto:veill...@redhat.com] Sent: Thursday, September 26, 2013 4:42 PM To: Chen Hanxiao Cc: libvir-list@redhat.com Subject: Re: [libvirt] [PATCH]LXC: free dst before lxcDomainAttachDeviceDiskLive return On Thu, Sep 26, 2013 at 02:01

Re: [libvirt] [PATCH]LXC: free dst before lxcDomainAttachDeviceDiskLive return

2013-09-26 Thread Ján Tomko
On 09/26/2013 08:01 AM, Chen Hanxiao wrote: From: Chen Hanxiao chenhanx...@cn.fujitsu.com free dst before lxcDomainAttachDeviceDiskLive return Signed-off-by: Chen Hanxiao chenhanx...@cn.fujitsu.com --- src/lxc/lxc_driver.c | 1 + 1 file changed, 1 insertion(+) ACK and pushed. Jan --

Re: [libvirt] [PATCH]LXC: free dst before lxcDomainAttachDeviceDiskLive return

2013-09-26 Thread Doug Goldstein
On Thu, Sep 26, 2013 at 8:20 AM, Ján Tomko jto...@redhat.com wrote: On 09/26/2013 08:01 AM, Chen Hanxiao wrote: From: Chen Hanxiao chenhanx...@cn.fujitsu.com free dst before lxcDomainAttachDeviceDiskLive return Signed-off-by: Chen Hanxiao chenhanx...@cn.fujitsu.com ---

Re: [libvirt] [PATCH]LXC: free dst before lxcDomainAttachDeviceDiskLive return

2013-09-26 Thread Eric Blake
On 09/26/2013 03:06 PM, Doug Goldstein wrote: On Thu, Sep 26, 2013 at 8:20 AM, Ján Tomko jto...@redhat.com wrote: On 09/26/2013 08:01 AM, Chen Hanxiao wrote: From: Chen Hanxiao chenhanx...@cn.fujitsu.com free dst before lxcDomainAttachDeviceDiskLive return Signed-off-by: Chen Hanxiao