Commit ca890164 authored by Mike Hearn's avatar Mike Hearn Committed by Alexandre Julliard

To reduce debugging noise, make IMalloc32/IMallocSpy implementations

output to the new olemalloc debug channel.
parent c042e13e
......@@ -34,7 +34,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(ole);
WINE_DEFAULT_DEBUG_CHANNEL(olemalloc);
/******************************************************************************
* IMalloc32 implementation
......@@ -596,7 +596,7 @@ HRESULT WINAPI CoRegisterMallocSpy(LPMALLOCSPY pMallocSpy)
* 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)
......
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