13 Feb
2026
13 Feb
'26
10:16 a.m.
On Fri Feb 13 15:40:02 2026 +0000, Yaroslav Osipov wrote:
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. No, there's no other pointer, it takes the address of header which is basically the address of the entire struct, since the function is generic to all event tasks (the correct one is retrieved in the specified procs).
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10096#note_129634