[Wine] Memory leaks

Rico Schüller kgbricola at web.de
Wed Jan 2 10:03:11 CST 2008


Thanks for that info.
So it isn't an error, just a mistake from me.

Cheers
Rico

Detlef Riekenberg wrote:
> 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"
> 




More information about the wine-users mailing list