[PATCH 2/5] windows.media.speech: Add SpeechContinousRecognitionSession stub.

Rémi Bernon rbernon at codeweavers.com
Wed Mar 16 14:13:13 CDT 2022


Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
---

Signing it off because I don't think it's ever going to happen but 
you're leaking impl when session fails to allocate there:

> +    if (!(impl = calloc(1, sizeof(*impl)))) return E_OUTOFMEMORY;
> +    if (!(session = calloc(1, sizeof(*session)))) return E_OUTOFMEMORY;
>   



More information about the wine-devel mailing list