Commit c47fcebc authored by David Reid's avatar David Reid

Fix an infinite loop in the resource manager.

parent 8f40d5cd
......@@ -8836,7 +8836,7 @@ static ma_result ma_resource_manager_process_job__free_data_buffer(ma_resource_m
ma_async_notification_signal(pJob->freeDataBuffer.pNotification, MA_NOTIFICATION_COMPLETE);
}
/*c89atomic_fetch_add_32(&pJob->freeDataBuffer.pDataBuffer->pNode->executionPointer, 1);*/
c89atomic_fetch_add_32(&pJob->freeDataBuffer.pDataBuffer->pNode->executionPointer, 1);
return MA_SUCCESS;
}
......
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