Browse Source
In the case of (for example) an already-running bitcoind, the shutdown sequence begins before CConnman has been created, leading to a null-pointer dereference when g_connman->Stop() is called. Instead, Just let the CConnman dtor take care of stopping.0.14
Cory Fields
8 years ago
2 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue