quartz: vmr-9 call BaseControlWindow_Destroy when destroying.
This commit is contained in:
parent
795bea989d
commit
d04552cada
|
@ -527,6 +527,7 @@ static ULONG WINAPI VMR9Inner_Release(IUnknown * iface)
|
|||
if (!refCount)
|
||||
{
|
||||
TRACE("Destroying\n");
|
||||
BaseControlWindow_Destroy(&This->baseControlWindow);
|
||||
|
||||
if (This->allocator)
|
||||
IVMRSurfaceAllocator9_Release(This->allocator);
|
||||
|
|
Loading…
Reference in New Issue