enigma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Enigma-devel] leak hunting - report


From: Ralf Westram
Subject: Re: [Enigma-devel] leak hunting - report
Date: Sun, 22 Jun 2003 10:25:18 +0200
User-agent: Mutt/1.5.4i

Hello Petr,

>> I wasn't able to remove all leaks. Valgrind claims that there are
>> currenly some 250 KB leaked, and this leak occurs even if all you do is
>> enter the game and exit immediately.
> My valgrind (1.0.4) reports 230k of these 250k as 'still reachable'. A
> quick look showed that most of these are caused by static data. I
> think we should not worry about it.

I did some additional valgrinding:

- some leaks were caused by missing virtual destructors. I think they
occur because some objects were allocated with 'new DerivedClass'
but free'd using 'delete BaseClass'.
- many leaks are from an lua-realloc function (but I don't understand
how they happen).

Ralf

-- 
Currently enjoying '2raumwohnung - [unnamed track]'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]