add missing vhListenSocket.clear(); to CNetCleanup()

This commit is contained in:
Philip Kaufmann 2014-06-22 14:52:38 +02:00
parent 2831a03b79
commit 3dc1464f0a
1 changed files with 1 additions and 0 deletions

View File

@ -1784,6 +1784,7 @@ public:
delete pnode;
vNodes.clear();
vNodesDisconnected.clear();
vhListenSocket.clear();
delete semOutbound;
semOutbound = NULL;
delete pnodeLocalHost;