[PATCH 1/5] mfplat: Add MFCreateFile stub

Dmitry Timoshkov dmitry at baikal.ru
Mon Oct 29 15:37:21 CDT 2018


Sven Baars <sven.wine at gmail.com> wrote:

> @@ -500,6 +506,8 @@ static ULONG  WINAPI mfbytestream_Release(IMFByteStream *iface)
>  
>      if (!ref)
>      {
> +        if (This->attributes)
> +            IUnknown_Release((IUnknown*)This->attributes);

Probably this should be 'IMFAttributes_Release(attributes);' instead.

-- 
Dmitry.



More information about the wine-devel mailing list