26 Jul
2023
26 Jul
'23
6:10 p.m.
On Wed Jul 26 14:55:10 2023 +0000, Gabriel Ivăncescu wrote:
This comment doesn't serve much purpose; this is just an optimization (technically, one could return the object, and then it gets immediately discarded, which has the same effect). So: ```suggestion:-3+0 if (!res) return S_OK; ``` No, the problem is `res` is `NULL`, we can't return the object.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3391#note_40368