|
|
@ -194,7 +194,7 @@ void Shutdown() |
|
|
|
// Because these depend on each-other, we make sure that neither can be
|
|
|
|
// Because these depend on each-other, we make sure that neither can be
|
|
|
|
// using the other before destroying them.
|
|
|
|
// using the other before destroying them.
|
|
|
|
UnregisterValidationInterface(peerLogic.get()); |
|
|
|
UnregisterValidationInterface(peerLogic.get()); |
|
|
|
g_connman->Stop(); |
|
|
|
if(g_connman) g_connman->Stop(); |
|
|
|
peerLogic.reset(); |
|
|
|
peerLogic.reset(); |
|
|
|
g_connman.reset(); |
|
|
|
g_connman.reset(); |
|
|
|
|
|
|
|
|
|
|
|