mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
Fix uninitialized g_connman crash in Shutdown()
This commit is contained in:
@@ -194,7 +194,7 @@ void Shutdown()
|
||||
// Because these depend on each-other, we make sure that neither can be
|
||||
// using the other before destroying them.
|
||||
UnregisterValidationInterface(peerLogic.get());
|
||||
g_connman->Stop();
|
||||
if(g_connman) g_connman->Stop();
|
||||
peerLogic.reset();
|
||||
g_connman.reset();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user