I made a suppressions file for valgrind to make checking for memory problems easier. To use it install valgrind on your system (linux only) and run VDrift using the suppressions file (in latest SVN):<pre>valgrind --suppressions=tools/valgrind/vdrift.supp vdrift</pre>