Fix File::nonexistent false leak using SharedSingleton

This commit is contained in:
Vinnie Falco
2013-06-30 03:25:20 -07:00
parent 448e65fb4d
commit 53ab279c8a
11 changed files with 48 additions and 24 deletions

View File

@@ -141,9 +141,9 @@ int rippleMain (int argc, char** argv)
//
Debug::setHeapReportLeaks (true);
//ThreadWithCallQueue t ("test");
//GlobalPagedFreeStore::getInstance ();
//t.start ();
ThreadWithCallQueue t ("test");
GlobalPagedFreeStore::getInstance ();
t.start ();
return 0;
#endif