Re: [lxc-devel] [PATCH 1/2] add free conf->rcfile in lxc_conf_free

2013-05-03 Thread Serge Hallyn
Quoting Weng Meiling (wengmeiling.w...@huawei.com): > > when releasing the conf, add free conf->rcfile which is from malloc > > Signed-off-by: Weng Meiling Thanks. Acked-by: Serge E. Hallyn > --- > src/lxc/conf.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git

[lxc-devel] [PATCH 1/2] add free conf->rcfile in lxc_conf_free

2013-05-02 Thread Weng Meiling
when releasing the conf, add free conf->rcfile which is from malloc Signed-off-by: Weng Meiling --- src/lxc/conf.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/lxc/conf.c b/src/lxc/conf.c index 6b3f318..01b70f4 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@