[PATCH] Add simple memory leak check to all tests.

2012-03-22 Thread U. Artie Eoff
From: U. Artie Eoff ullysses.a.e...@intel.com Wrap all test cases with a memory balance check to detect potential memory leaks. Fixed a few tests that had memory leaks contained in the test themselves. Signed-off-by: U. Artie Eoff ullysses.a.e...@intel.com --- tests/Makefile.am |2 +-

Re: [PATCH] Add simple memory leak check to all tests.

2012-03-22 Thread Kristian Hoegsberg
On Thu, Mar 22, 2012 at 01:37:20PM -0700, U. Artie Eoff wrote: From: U. Artie Eoff ullysses.a.e...@intel.com Wrap all test cases with a memory balance check to detect potential memory leaks. Fixed a few tests that had memory leaks contained in the test themselves. Thanks Artie, that's cool