5 Jun
2005
5 Jun
'05
2:26 p.m.
@@ -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
7498
Age (days ago)
7498
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rolf Kalbermatter