Re: [lxc-devel] [lxc/lxc] b65330: split up lxc_cgroup_load_meta2

2013-09-25 Thread Serge Hallyn
Quoting Christian Seiler (christ...@iwakd.de): > Hi there, > > > The result seems easier to reason about. > > I agree, thanks! > > > A question I had, is, should > > the kernel_subsystems ** be freed in the success case? I assumed it > > was > > being used elsewhere but I can't find where. C

Re: [lxc-devel] [lxc/lxc] b65330: split up lxc_cgroup_load_meta2

2013-09-25 Thread Christian Seiler
Hi there, > The result seems easier to reason about. I agree, thanks! > A question I had, is, should > the kernel_subsystems ** be freed in the success case? I assumed it > was > being used elsewhere but I can't find where. Currently it is only > being > freed in the error case. I suspect