WINED3D: Implement GetCreationParameters

Ivan Gyurdiev ivg2 at cornell.edu
Mon Mar 6 20:15:12 CST 2006


> +    if (!pParameters) {
> +        ERR("(%p) : Called with a NULL pParameters\n", This);
> +    }
> +
> +    *pParameters = This->createParms;
>   
This is dereferencing a NULL pointer.



More information about the wine-devel mailing list