Use LeakChecked throughout Beast

This commit is contained in:
Vinnie Falco
2013-06-29 22:59:07 -07:00
parent f881ee96f9
commit a3325d4e1f
109 changed files with 359 additions and 654 deletions

View File

@@ -135,6 +135,7 @@ int rippleMain (int argc, char** argv)
#if 0
// This is some temporary leak checking test code
ThreadWithCallQueue t ("test");
GlobalPagedFreeStore::getInstance ();
t.start ();
return 0;
#endif