4 Oct
2023
4 Oct
'23
12:10 p.m.
On Tue Oct 3 19:25:06 2023 +0000, Esme Povirk wrote:
Earlier, clientside_nav_node_out is checked for NULL, but not here. I guess the idea is that clientside_nav_node_out will always be non-NULL for serverside events, which makes sense, but it might be good to enforce this with an assert earlier in the function. Added an assert to hopefully make this clearer.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4005#note_47555