Try (and fail) to find memory leaks.
commit020c3dc9aaf44b65609bf83b3fdb8f75e8bec4ab
authorDan Carpenter <error27@gmail.com>
Wed, 4 Feb 2009 13:53:21 +0000 (4 16:53 +0300)
committerDan Carpenter <error27@gmail.com>
Wed, 4 Feb 2009 13:53:21 +0000 (4 16:53 +0300)
treeb718a6c5b87cae87b160954d0fa8d04c69641951
parente38aa6b0efb074bc765abbf982373342b3fa8d1a
Try (and fail) to find memory leaks.

This test was supposed to find places where a local variable was assigned
some memory, but then the function exited and the memory wasn't freed.  I
ran this on the kernel source and didn't find anything so I suspect the
script is buggy.

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_memory.c