Fixed cancel loop.
This commit is contained in:
parent
a97afbb009
commit
ecb8d5f8ab
@ -689,7 +689,7 @@ int main(int argc, char** argv)
|
||||
if (!operationThreads.empty())
|
||||
{
|
||||
for(Threads::iterator itr = operationThreads.begin();
|
||||
itr != operationThreads.begin();
|
||||
itr != operationThreads.end();
|
||||
++itr)
|
||||
{
|
||||
(*itr)->cancel();
|
||||
|
Loading…
Reference in New Issue
Block a user