Ron wrote: > How do I test janitorial task ReplaceMalloc for console.c? > > I finished replacing the Malloc() functions with HeapAlloc() functions and the corresponding Free() functions with HeapFree() functions, but how do I test if it works? > > Here is my modified console.c code from wine version 0.9.60 > > http://www.pastebin.com/f5307c42f You compile it and use it. Also please consider using wine-devel mailing list. Also here is more info about how to send patches to Wine: http://www.winehq.org/site/sending_patches The forum is mostly for users you won't get much help with development related questions/problems. And of course it doesn't help to post something to pastebin that just disappears.