quartz: vmr-9 call BaseControlWindow_Destroy when destroying.

This commit is contained in:
Aric Stewart 2012-05-18 09:24:21 -05:00 committed by Alexandre Julliard
parent 795bea989d
commit d04552cada
1 changed files with 1 additions and 0 deletions

View File

@ -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);