Memory access problem.

This commit is contained in:
Robert Borzecki committed 2019-06-12 10:44:33 +02:00
1 parent 4ab64524f9
commit 1e34c1b07d
11 files changed
+63 -21

No files matched your search

+2 -1
View File
@@ -121,7 +121,8 @@ bool Worker::run() {
workerName.c_str(),
512,
this,
service->GetPriority(), &taskHandle);
service->GetPriority(),
&taskHandle);
if ( task_error != pdPASS)
{
// LOG_ERROR("Failed to start the task");