[Wine] Memory leaks

Detlef Riekenberg wine-users at web.de
Tue Jan 1 13:22:42 CST 2008


On Sa, 2007-12-22 at 15:04 +0100, Rico Schüller wrote:
> Hi,
> 
> I wrote a small windows program (msgbox.exe) and run it like that:
> WINEDEBUG=+heap wine msgbox.exe. In the output there is the memory at
> address 0x110118 allocated more than once without a free. It is shown in
> the "output" (I snipped out a lot of unnecessary stuff). 

Your trace is incomplete:

WINEDEBUG=+heap,+tid wine msgbox.exe

The virtual address is the same, but the allocation is for a different
process.

WINEDEBUG=+heap,+tid,+process wine msgbox.exe

The second Process is "explorer.exe"

-- 
 
By by ... Detlef





More information about the wine-users mailing list