Clear the acquiring ledger when shutting down NetworkOPs:

This solves a circular destruction problem on exit.
This commit is contained in:
JoelKatz
2014-11-03 13:54:11 -08:00
committed by Vinnie Falco
parent 38e99e01f9
commit a38fb2a5dc

View File

@@ -468,6 +468,7 @@ public:
void onStop ()
{
mAcquiringLedger.reset();
m_heartbeatTimer.cancel();
m_clusterTimer.cancel();