We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fcd61b commit 77939f2Copy full SHA for 77939f2
src/init.cpp
@@ -194,7 +194,7 @@ void Shutdown()
194
// Because these depend on each-other, we make sure that neither can be
195
// using the other before destroying them.
196
UnregisterValidationInterface(peerLogic.get());
197
- g_connman->Stop();
+ if(g_connman) g_connman->Stop();
198
peerLogic.reset();
199
g_connman.reset();
200
0 commit comments