Separate OLE IMalloc/IMallocSpy debug output into new channel

Mike Hearn mh at codeweavers.com
Tue Feb 17 17:09:16 CST 2004


ChangeLog:
To reduce debugging noise, make IMalloc32/IMallocSpy implementations
output to the new olemalloc debug channel.

Index: dlls/ole32/ifs.c
===================================================================
RCS file: /home/wine/wine/dlls/ole32/ifs.c,v
retrieving revision 1.35
diff -u -r1.35 ifs.c
--- dlls/ole32/ifs.c    19 Jan 2004 23:42:34 -0000      1.35
+++ dlls/ole32/ifs.c    17 Feb 2004 23:02:57 -0000
@@ -34,7 +34,7 @@
  
 #include "wine/debug.h"
  
-WINE_DEFAULT_DEBUG_CHANNEL(ole);
+WINE_DEFAULT_DEBUG_CHANNEL(olemalloc);
  
 /******************************************************************************
  *     IMalloc32 implementation
@@ -596,7 +596,7 @@
  *           CoRevokeMallocSpy  [OLE32.@]
  *
  * NOTES
- *  we can't rewoke a malloc spy as long as memory blocks allocated with
+ *  we can't revoke a malloc spy as long as memory blocks allocated with
  *  the spy are active since only the spy knows how to free them
  */
 HRESULT WINAPI CoRevokeMallocSpy(void)





More information about the wine-patches mailing list