[QUARTZ] Several fixes

Rolf Kalbermatter rolf.kalbermatter at citeng.com
Sun Jun 5 08:26:38 CDT 2005


>@@ -135,7 +154,7 @@
>     IEnumMediaTypesImpl *This = (IEnumMediaTypesImpl *)iface;
>     ULONG refCount = InterlockedIncrement(&This->refCount);
> 
>-    TRACE("()\n");
>+    TRACE("(%p)->() Release from %ld\n", iface, refCount + 1);
                      ^^^^^^^^^^

This is in AddRef so the comment (and calculation of refCount to report) seems wrong to me. 

> 
>     return refCount;
> }

Rolf Kalbermatter




More information about the wine-devel mailing list