7 Mar
2024
7 Mar
'24
8:34 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/rtworkq/queue.c:
TRACE("result object %p.\n", item->result);
- if (queue_release_pending_item(item)) - invoke_async_callback(item->result);
While I understand you no longer need to check the return value of queue_release_pending_item() because it always returns TRUE here, I think you can keep these codes to reduce the diff and potentially more future proof. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4243#note_63805