mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Merge #8715: net: only delete CConnman if it's been created
36fa01f net: only delete CConnman if it's been created (Cory Fields)
This commit is contained in:
@@ -2205,6 +2205,7 @@ void CConnman::DeleteNode(CNode* pnode)
|
||||
|
||||
CConnman::~CConnman()
|
||||
{
|
||||
Stop();
|
||||
}
|
||||
|
||||
size_t CConnman::GetAddressCount() const
|
||||
|
||||
Reference in New Issue
Block a user