Signed-off-by: Rémi Bernon rbernon@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;