16 Mar
2022
16 Mar
'22
7:13 p.m.
Signed-off-by: Rémi Bernon <rbernon(a)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;