Re: [libvirt] [PATCH] lxc: do cleanup when failed to create new string

2014-01-14 Thread Chen Hanxiao
> -Original Message- > From: Martin Kletzander [mailto:mklet...@redhat.com] > Sent: Wednesday, January 15, 2014 2:36 PM > To: Chen Hanxiao > Cc: libvir-list@redhat.com > Subject: Re: [libvirt] [PATCH] lxc: do cleanup when failed to create new string > > &g

Re: [libvirt] [PATCH] lxc: do cleanup when failed to create new string

2014-01-14 Thread Martin Kletzander
gt; Subject: Re: [libvirt] [PATCH] lxc: do cleanup when failed to create new > string > > > > On Tue, Jan 14, 2014 at 05:31:03PM +0800, Chen Hanxiao wrote: > > > From: Chen Hanxiao > > > > > > Signed-off-by: Chen Hanxiao > > > --- > > > src/

Re: [libvirt] [PATCH] lxc: do cleanup when failed to create new string

2014-01-14 Thread Chen Hanxiao
> -Original Message- > From: Martin Kletzander [mailto:mklet...@redhat.com] > Sent: Tuesday, January 14, 2014 9:24 PM > To: Chen Hanxiao > Cc: libvir-list@redhat.com > Subject: Re: [libvirt] [PATCH] lxc: do cleanup when failed to create new string > > On Tue, Ja

Re: [libvirt] [PATCH] lxc: do cleanup when failed to create new string

2014-01-14 Thread Martin Kletzander
On Tue, Jan 14, 2014 at 05:31:03PM +0800, Chen Hanxiao wrote: > From: Chen Hanxiao > > Signed-off-by: Chen Hanxiao > --- > src/lxc/lxc_process.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/lxc/lxc_process.c b/src/lxc/lxc_process.c > index c51c4d5..fc399fb 10064

[libvirt] [PATCH] lxc: do cleanup when failed to create new string

2014-01-14 Thread Chen Hanxiao
From: Chen Hanxiao Signed-off-by: Chen Hanxiao --- src/lxc/lxc_process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/lxc_process.c b/src/lxc/lxc_process.c index c51c4d5..fc399fb 100644 --- a/src/lxc/lxc_process.c +++ b/src/lxc/lxc_process.c @@ -1045,7 +1045,7 @@