Fix the validation leak.

This commit is contained in:
JoelKatz
2012-11-01 15:46:11 -07:00
parent 6fff9d4f83
commit 0b38ffc972
5 changed files with 42 additions and 15 deletions

View File

@@ -191,6 +191,7 @@ void Application::sweep()
mHashedObjectStore.sweep();
mMasterLedger.sweep();
mTempNodeCache.sweep();
mValidations.sweep();
mSweepTimer.expires_from_now(boost::posix_time::seconds(60));
mSweepTimer.async_wait(boost::bind(&Application::sweep, this));
}