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:
if (!res) return S_OK;
No, the problem is `res` is `NULL`, we can't return the object.