forked from premiere/premiere-libtorrent
lazy_entry fix
This commit is contained in:
parent
7644b1de65
commit
7052efe575
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue