Commit d04552ca authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

quartz: vmr-9 call BaseControlWindow_Destroy when destroying.

parent 795bea98
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment