From a38fb2a5dc41434eb1a94bebf3478897f3d55dd3 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Mon, 3 Nov 2014 13:54:11 -0800 Subject: [PATCH] Clear the acquiring ledger when shutting down NetworkOPs: This solves a circular destruction problem on exit. --- src/ripple/app/misc/NetworkOPs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ripple/app/misc/NetworkOPs.cpp b/src/ripple/app/misc/NetworkOPs.cpp index 209a90abe..c8eee8ddf 100644 --- a/src/ripple/app/misc/NetworkOPs.cpp +++ b/src/ripple/app/misc/NetworkOPs.cpp @@ -468,6 +468,7 @@ public: void onStop () { + mAcquiringLedger.reset(); m_heartbeatTimer.cancel(); m_clusterTimer.cancel();