Module: wine Branch: master Commit: d04552cadac40f7de2bcc0da744ea3264bd69c32 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d04552cadac40f7de2bcc0da74...
Author: Aric Stewart aric@codeweavers.com Date: Fri May 18 09:24:21 2012 -0500
quartz: vmr-9 call BaseControlWindow_Destroy when destroying.
---
dlls/quartz/vmr9.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/quartz/vmr9.c b/dlls/quartz/vmr9.c index cd7429d..809ee0f 100644 --- a/dlls/quartz/vmr9.c +++ b/dlls/quartz/vmr9.c @@ -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);