Chris Robinson : quartz: Report the previous refcount of a PullPin object.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Mar 5 06:23:42 CST 2007


Module: wine
Branch: master
Commit: 7f9becf8547e1e6ff3f02c56619c9d5ee176af3f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7f9becf8547e1e6ff3f02c56619c9d5ee176af3f

Author: Chris Robinson <chris.kcat at gmail.com>
Date:   Sun Mar  4 20:46:04 2007 -0800

quartz: Report the previous refcount of a PullPin object.

---

 dlls/quartz/pin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/quartz/pin.c b/dlls/quartz/pin.c
index 5bc84bf..9cc05da 100644
--- a/dlls/quartz/pin.c
+++ b/dlls/quartz/pin.c
@@ -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)
     {




More information about the wine-cvs mailing list