[PATCH 1/3] d3dx9_36: Implement ID3DXConstantTableImpl_GetDesc + tests (try 2)

Henri Verbeet hverbeet at gmail.com
Wed Mar 17 06:58:59 CDT 2010


On 17 March 2010 12:20, Christian Costa <titan.costa at wanadoo.fr> wrote:
> +error:
> +
> +    if (object)
> +        HeapFree(GetProcessHeap(), 0, object->ctab);
> +    HeapFree(GetProcessHeap(), 0, object);
"object" should never be NULL, all jumps to "error" are after the NULL check.



More information about the wine-devel mailing list