From 914f57f28ddc1815454923f676ee9feaa0f2b9b0 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Tue, 6 Feb 2018 17:56:58 +0300 Subject: [PATCH] core(parallel_for): fix data race --- modules/core/src/parallel_impl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/core/src/parallel_impl.cpp b/modules/core/src/parallel_impl.cpp index 5fe9368fb2..662db78e67 100644 --- a/modules/core/src/parallel_impl.cpp +++ b/modules/core/src/parallel_impl.cpp @@ -476,7 +476,6 @@ void WorkerThread::thread_body() } else { - has_wake_signal = false; CV_LOG_VERBOSE(NULL, 5, "Thread: no free job tasks"); } }