April 15, 2026
5:34 p.m.
On Wed Apr 15 09:57:37 2026 +0000, Rémi Bernon wrote:
You have used thread_data before this check already, it's pointless to check it here. I'm also not sure we need to care about thread data allocation failure, it's extremely unlikely. the check was meant go above, rebase mistake as it was added after the fact
i wasn't super sure if malloc fail checks were needed but saw them elsewhere in win32u and decided better safe than sorry -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10649#note_136333