aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-06-22 14:52:38 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-06-22 14:52:38 +0200
commit3dc1464f0a87e26f3aa39c446eb4d102a8c84dc2 (patch)
tree1b31dddf52246648e6344492c6090ebe372dda8c /src
parent2831a03b798e0eea724250a6ba15cb637800354d (diff)
downloadbitcoin-3dc1464f0a87e26f3aa39c446eb4d102a8c84dc2.tar.xz
add missing vhListenSocket.clear(); to CNetCleanup()
Diffstat (limited to 'src')
-rw-r--r--src/net.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.cpp b/src/net.cpp
index ad0c634340..e082980b04 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -1784,6 +1784,7 @@ public:
delete pnode;
vNodes.clear();
vNodesDisconnected.clear();
+ vhListenSocket.clear();
delete semOutbound;
semOutbound = NULL;
delete pnodeLocalHost;