13 Feb
2026
13 Feb
'26
3:40 p.m.
On Fri Feb 13 11:50:04 2026 +0000, Jacek Caban wrote:
`push_event_task` takes ownership of `task`. It's queued and later used for an asynchronous execution, we can't free it here. I see that ownership is taken over `task->header`, not over the `task` itself. The pointer to `task` never leaves this function.
Maybe I miss something. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10096#note_129629