[libvirt] [PATCH RESEND] LXC: fix memory leak when userns configuration is incorrect

2013-07-03 Thread Gao feng
We forgot to free the stack when Kernel doesn't support user namespace. Signed-off-by: Gao feng gaof...@cn.fujitsu.com --- src/lxc/lxc_container.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lxc/lxc_container.c b/src/lxc/lxc_container.c index 282c726..c8420db 100644 ---

Re: [libvirt] [PATCH RESEND] LXC: fix memory leak when userns configuration is incorrect

2013-07-03 Thread Daniel P. Berrange
On Wed, Jul 03, 2013 at 07:16:04PM +0800, Gao feng wrote: We forgot to free the stack when Kernel doesn't support user namespace. Signed-off-by: Gao feng gaof...@cn.fujitsu.com --- src/lxc/lxc_container.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lxc/lxc_container.c