don't leak non-fatal errors out of storage::initialize

This commit is contained in:
Arvid Norberg
2011-02-13 01:16:06 +00:00
parent 21d6030fe3
commit 8e8b0495e1

View File

@@ -565,6 +565,7 @@ namespace libtorrent
}
if (ec) break;
}
ec.clear();
}
std::vector<boost::uint8_t>().swap(m_file_priority);