Re: [Gambas-user] How to compile gambas3 with debugging information

2012-03-18 Thread Benoît Minisini
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. --

Re: [Gambas-user] How to compile gambas3 with debugging information

2012-03-18 Thread Benoît Minisini
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

[Gambas-user] How to compile gambas3 with debugging information

2012-03-18 Thread Sebi
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