Fix an infinite loop in the resource manager.

This commit is contained in:
David Reid
2021-05-29 08:38:01 +10:00
parent 8f40d5cd87
commit c47fcebc85
+1 -1
View File
@@ -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;
}