quartz: Report the previous refcount of a PullPin object.
This commit is contained in:
parent
9d00aeafd7
commit
7f9becf854
@ -1125,7 +1125,7 @@ ULONG WINAPI PullPin_Release(IPin * iface)
|
|||||||
PullPin *This = (PullPin *)iface;
|
PullPin *This = (PullPin *)iface;
|
||||||
ULONG refCount = InterlockedDecrement(&This->pin.refCount);
|
ULONG refCount = InterlockedDecrement(&This->pin.refCount);
|
||||||
|
|
||||||
TRACE("(%p/%p)->()\n", This, iface);
|
TRACE("(%p)->() Release from %d\n", This, refCount + 1);
|
||||||
|
|
||||||
if (!refCount)
|
if (!refCount)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user