Aric Stewart : quartz: vmr-9 call BaseControlWindow_Destroy when destroying .

Alexandre Julliard julliard at winehq.org
Fri May 18 14:09:16 CDT 2012


Module: wine
Branch: master
Commit: d04552cadac40f7de2bcc0da744ea3264bd69c32
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d04552cadac40f7de2bcc0da744ea3264bd69c32

Author: Aric Stewart <aric at 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);




More information about the wine-cvs mailing list