21 Jun
2023
21 Jun
'23
8:54 a.m.
Bernhard Kölbl (@besentv) commented about dlls/windows.media.speech/synthesizer.c:
TRACE("iface %p, ref %lu.\n", iface, ref);
if (!ref) + { + if (impl->options) + ISpeechSynthesizerOptions_Release(&impl->options->ISpeechSynthesizerOptions_iface);
The if here seems unnecessary. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3048#note_36430