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

2012-03-24 Thread Kristian Hoegsberg
On Fri, Mar 23, 2012 at 10:01:23AM -0700, U. Artie Eoff wrote: > From: "U. Artie Eoff" > > Wrap all tests with a memory balance check to detect potential > memory leaks. > Fixed a few tests that had memory leaks contained in the tests > themselves. Thanks Artie, looks good. Kristian > Signed-of

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

2012-03-23 Thread U. Artie Eoff
From: "U. Artie Eoff" Wrap all tests with a memory balance check to detect potential memory leaks. Fixed a few tests that had memory leaks contained in the tests themselves. Signed-off-by: U. Artie Eoff --- tests/Makefile.am |2 +- tests/array-test.c |2 ++ tests/map-test.c|