29 Oct
2018
29 Oct
'18
3:37 p.m.
Sven Baars <sven.wine(a)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.