Rémi Bernon (@rbernon) commented about dlls/windows.media.speech/recognizer.c:
return S_OK;
error:
- if (session->capture_client) IAudioCaptureClient_Release(session->capture_client);
- if (session->audio_client) IAudioClient_Release(session->audio_client);
I don't think this can happen right now, though maybe it's fine to keep.