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.