Le 19/03/2012 02:10, Sebi a écrit :
> Is there a way of knowing where they come from? I get 252 non freed objects
> just by opening and closing my project. More if I use it for a few seconds.
As soon as you create crossed-references, you prevent objects to be
freed. See us your source code.
--
Le 19/03/2012 01:52, Sebi a écrit :
> Hi, I would like to know how to compile gambas with debugging information,
> more specifically, to get information about memory allocations. This is
> because I'm getting an error every time I close my app about x allocations
> non freed. It would be nice if
Hi, I would like to know how to compile gambas with debugging information, more
specifically, to get information about memory allocations. This is because I'm
getting an error every time I close my app about x allocations non freed. It
would be nice if I could help fix this bugs.
I've been pla