lazy_entry fix

This commit is contained in:
Arvid Norberg 2008-05-15 07:04:39 +00:00
parent 7644b1de65
commit 7052efe575
1 changed files with 1 additions and 0 deletions

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;