fix missed function call in previous check-in

This commit is contained in:
Arvid Norberg 2013-09-06 05:44:38 +00:00
parent b28810a92e
commit 288f203a92
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ namespace libtorrent
// to be a seed after all
if (!seed) force_recheck();
m_num_verified = 0;
m_verified.free();
m_verified.clear();
}
bool all_verified() const
{ return int(m_num_verified) == m_torrent_file->num_pieces(); }