Fix uninitialized g_connman crash in Shutdown()
Github-Pull: #11326 Rebased-From: 77939f27f7dc42640ebfb9fe52490a2ddacc3ad4
This commit is contained in:
parent
0a5477c7e3
commit
d570aa4290
@ -197,7 +197,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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user