Re: [lxc-devel] [PATCH] fix memory leaks in cgroup functions

2013-05-24 Thread Dwight Engen
On Fri, 24 May 2013 19:17:14 -0500 Serge Hallyn wrote: > Quoting Serge Hallyn (serge.hal...@ubuntu.com): > > Quoting Dwight Engen (dwight.en...@oracle.com): > > > There were several memory leaks in the cgroup functions, notably > > > in the success cases. > > > > > > The cgpath test program was

Re: [lxc-devel] [PATCH] fix memory leaks in cgroup functions

2013-05-24 Thread Serge Hallyn
Quoting Serge Hallyn (serge.hal...@ubuntu.com): > Quoting Dwight Engen (dwight.en...@oracle.com): > > There were several memory leaks in the cgroup functions, notably in the > > success cases. > > > > The cgpath test program was refactored and additional tests added to it. > > It was used in vario

Re: [lxc-devel] [PATCH] fix memory leaks in cgroup functions

2013-05-24 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > There were several memory leaks in the cgroup functions, notably in the > success cases. > > The cgpath test program was refactored and additional tests added to it. > It was used in various modes under valgrind to test that the leaks were > fixed.

[lxc-devel] [PATCH] fix memory leaks in cgroup functions

2013-05-23 Thread Dwight Engen
There were several memory leaks in the cgroup functions, notably in the success cases. The cgpath test program was refactored and additional tests added to it. It was used in various modes under valgrind to test that the leaks were fixed. Simplify lxc_cgroup_path_get() and cgroup_path_get by havi