[PATCH] 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|

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

2012-03-23 Thread Eoff, Ullysses A
>-Original Message- >From: Kristian Hoegsberg [mailto:hoegsb...@gmail.com] >Sent: Thursday, March 22, 2012 7:14 PM >To: Eoff, Ullysses A >Cc: wayland-devel@lists.freedesktop.org >Subject: Re: [PATCH] Add simple memory leak check to all tests. > >On Thu, Mar 22, 201

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" > > 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 and good to see t

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

2012-03-22 Thread U. Artie Eoff
From: "U. Artie Eoff" 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 --- tests/Makefile.am |2 +- tests/array-test.c |1 + tests/map-test.c|