From cf49986e1ac6b2807048187e5151ec94127f2122 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 3 May 2012 03:56:40 +0000 Subject: [PATCH] one more uninitialized member --- include/libtorrent/kademlia/node.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/kademlia/node.hpp b/include/libtorrent/kademlia/node.hpp index feb56bdce..ffc00f0ef 100644 --- a/include/libtorrent/kademlia/node.hpp +++ b/include/libtorrent/kademlia/node.hpp @@ -116,7 +116,7 @@ struct torrent_entry struct dht_immutable_item { - dht_immutable_item() : value(0), num_announcers(0) {} + dht_immutable_item() : value(0), num_announcers(0), size(0) {} // malloced space for the actual value char* value; // this counts the number of IPs we have seen