[PATCH 3/6] d3drm: Implement IDirect3DRM*_CreateTexture. (v5)

Aaryaman Vasishta jem456.vasishta at gmail.com
Fri May 13 10:54:11 CDT 2016


Right, will fix this, and resend the patch series with the other fixes as
well.


Cheers,
Aaryaman

On Fri, May 13, 2016 at 3:55 PM, Henri Verbeet <hverbeet at gmail.com> wrote:

> On 11 May 2016 at 21:19, Aaryaman Vasishta <jem456.vasishta at gmail.com>
> wrote:
> > +    if (FAILED(hr = IDirect3DRMTexture3_InitFromImage(*texture, image)))
> > +    {
> > +        IDirect3DRMTexture3_Release(*texture);
> > +        return D3DRMERR_BADVALUE;
> > +    }
> You're not using the value of "hr", so the assignment is redundant.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20160513/ac99e297/attachment-0001.html>


More information about the wine-devel mailing list