quartz: Report the previous refcount of a PullPin object.

This commit is contained in:
Chris Robinson 2007-03-04 20:46:04 -08:00 committed by Alexandre Julliard
parent 9d00aeafd7
commit 7f9becf854
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{