Commit 914f57f2 authored by Alexander Alekhin's avatar Alexander Alekhin

core(parallel_for): fix data race

parent b10fedde
......@@ -476,7 +476,6 @@ void WorkerThread::thread_body()
}
else
{
has_wake_signal = false;
CV_LOG_VERBOSE(NULL, 5, "Thread: no free job tasks");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment