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

This commit is contained in:
Philip Kaufmann 2014-06-22 14:52:38 +02:00 committed by Ross Nicoll
parent 636716439a
commit 845fc0eb13

View file

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