j
k
j a
j l
Derek Lesho (@dlesho) commented about dlls/mfreadwrite/reader.c:
if (!refcount) { if (reader->device_manager) IUnknown_Release(reader->device_manager);
if (!refcount) {
if (reader->device_manager)
IUnknown_Release(reader->device_manager);
This should be IMFDXGIDeviceManager_Release instead of IUnknown_Release.
Back to the thread
Back to the list