Update PipelineExecutor.cpp

This commit is contained in:
alexey-milovidov 2020-07-31 02:31:49 +03:00 committed by GitHub
parent c5d76dac69
commit 158587c0d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -533,7 +533,7 @@ void PipelineExecutor::finalizeExecution()
{
/// Single thread, do not hold mutex
all_processors_finished = false;
break;
break;
}
}