crypt32(6/7): Add a couple traces

Juan Lang juan.lang at gmail.com
Tue Aug 7 17:02:57 CDT 2007


--Juan
-------------- next part --------------
From 37b6518ed00681e1242ee2dc0825128fb9b00d06 Mon Sep 17 00:00:00 2001
From: Juan Lang <juanlang at juan.corp.google.com>
Date: Tue, 7 Aug 2007 14:56:26 -0700
Subject: [PATCH] Add a couple traces
---
 dlls/crypt32/context.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/crypt32/context.c b/dlls/crypt32/context.c
index ab57c57..977ea1d 100644
--- a/dlls/crypt32/context.c
+++ b/dlls/crypt32/context.c
@@ -71,6 +71,7 @@ void *Context_CreateDataContext(size_t c
             ret = NULL;
         }
     }
+    TRACE("returning %p\n", ret);
     return ret;
 }
 
@@ -96,6 +97,7 @@ void *Context_CreateLinkContext(unsigned
             InterlockedIncrement(&linkedBase->ref);
         TRACE("%p's ref count is %d\n", context, linkContext->ref);
     }
+    TRACE("returning %p\n", context);
     return context;
 }
 
-- 
1.4.1



More information about the wine-patches mailing list