On 02.03.2012 22:17, Steve wrote:
> 
> Thanks for any suggestions or help!
> 

you could use valgrind (http://valgrind.org) to report memleaks, for instance

valgrind <binary> <args>

or more detailed

valgrind --leak-check=yes <binary> <args>

regards,
-ap

Reply via email to