Commit 7f9becf8 authored by Chris Robinson's avatar Chris Robinson Committed by Alexandre Julliard

quartz: Report the previous refcount of a PullPin object.

parent 9d00aeaf
......@@ -1125,7 +1125,7 @@ ULONG WINAPI PullPin_Release(IPin * iface)
PullPin *This = (PullPin *)iface;
ULONG refCount = InterlockedDecrement(&This->pin.refCount);
TRACE("(%p/%p)->()\n", This, iface);
TRACE("(%p)->() Release from %d\n", This, refCount + 1);
if (!refCount)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment