[PATCH 1/5] windows.media.speech: Add IVector<Inspectable*>.

Rémi Bernon rbernon at codeweavers.com
Wed Mar 30 10:43:16 CDT 2022


On 3/30/22 15:15, Bernhard Kölbl wrote:
> +
> +error:
> +    if (session) free(session);
> +    if (impl) free(impl);
> +
You don't need the if before free. FWIW I've missed it before but I 
think there's another one else where that you could remove at some point 
later.

-- 
Rémi Bernon <rbernon at codeweavers.com>



More information about the wine-devel mailing list