mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Clear the acquiring ledger when shutting down NetworkOPs:
This solves a circular destruction problem on exit.
This commit is contained in:
@@ -468,6 +468,7 @@ public:
|
||||
|
||||
void onStop ()
|
||||
{
|
||||
mAcquiringLedger.reset();
|
||||
m_heartbeatTimer.cancel();
|
||||
m_clusterTimer.cancel();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user