[PATCH 3/3] d2d1: Add stubs for ID2D1TransformGraph.

Nikolay Sivov nsivov at codeweavers.com
Tue Jun 21 03:48:21 CDT 2022



On 6/21/22 06:17, Ziqing Hui wrote:
> +
> +err:
> +    if (effect->impl)
> +        ID2D1EffectImpl_Release(effect->impl);
> +    free(transform_graph);
> +    return hr;
Graph object freeing does not look right here.



More information about the wine-devel mailing list