mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-23 12:35:50 +00:00
Fix File::nonexistent false leak using SharedSingleton
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user