fixed mutex lock typo

This commit is contained in:
Arvid Norberg
2010-02-24 00:04:28 +00:00
parent f223708b0b
commit 053d11ea3e

View File

@@ -1637,7 +1637,6 @@ namespace libtorrent
}
++i;
}
jl.unlock();
// now clear all the read jobs
for (read_jobs_t::iterator i = sorted_read_jobs.begin();
i != sorted_read_jobs.end();)