lazy_entry fix

This commit is contained in:
Arvid Norberg
2008-05-15 07:04:39 +00:00
parent 7644b1de65
commit 7052efe575

View File

@@ -330,6 +330,7 @@ namespace libtorrent
case dict_t: delete[] m_data.dict; break;
default: break;
}
m_data.start = 0;
m_size = 0;
m_capacity = 0;
m_type = none_t;