Re: [Gambas-user] Allocations non freed.

2013-11-01 Thread Fabien Bodard
It's available for all gambas objects. There is a reference counter in the interpreter. so when an object have no ref anywhere then it is destroyed. Be carefull with some widget that are referenced in theire container. 2013/10/31 Kevin Fishburne > On 10/31/2013 03:08 AM, Fabien Bodard wrote: >

Re: [Gambas-user] Allocations non freed.

2013-10-31 Thread Kevin Fishburne
On 10/31/2013 03:08 AM, Fabien Bodard wrote: > 2013/10/29 Tobias Boege > >> On Mon, 28 Oct 2013, Kevin Fishburne wrote: >>> On 10/28/2013 03:50 PM, Tobias Boege wrote: On Mon, 28 Oct 2013, Jorge Carri?n wrote: > I have a component who inherits from gridview. > It's not a complicated t

Re: [Gambas-user] Allocations non freed.

2013-10-31 Thread Fabien Bodard
Jorge i can't do anything without code :-) 2013/10/31 Jorge Carrión > Oh! Sorry Fabien. Now I read that you question is for Tobi, not for me. > > Sorry for the noise. > > Regards > > > 2013/10/31 Fabien Bodard > > > tTemp=null to free the object But i'm not sure that solve all. You have > > t

Re: [Gambas-user] Allocations non freed.

2013-10-31 Thread Jorge Carrión
Oh! Sorry Fabien. Now I read that you question is for Tobi, not for me. Sorry for the noise. Regards 2013/10/31 Fabien Bodard > tTemp=null to free the object But i'm not sure that solve all. You have > tester your class as it ? > > > > 2013/10/29 Tobias Boege > > > On Mon, 28 Oct 2013, Kevin

Re: [Gambas-user] Allocations non freed.

2013-10-31 Thread Jorge Carrión
Fabien: Yes. I've tested line by line. I have declared one result as private and I've found that when in the internal _data event of the class (inherits gridview) that result is filled, the warning is produced. If I don't fill the result, the warnings are not display. Doen't seem work the = null

Re: [Gambas-user] Allocations non freed.

2013-10-31 Thread Fabien Bodard
tTemp=null to free the object But i'm not sure that solve all. You have tester your class as it ? 2013/10/29 Tobias Boege > On Mon, 28 Oct 2013, Kevin Fishburne wrote: > > On 10/28/2013 03:50 PM, Tobias Boege wrote: > > > On Mon, 28 Oct 2013, Jorge Carri?n wrote: > > >> I have a component who

Re: [Gambas-user] Allocations non freed.

2013-10-29 Thread Tobias Boege
On Mon, 28 Oct 2013, Kevin Fishburne wrote: > On 10/28/2013 03:50 PM, Tobias Boege wrote: > > On Mon, 28 Oct 2013, Jorge Carri?n wrote: > >> I have a component who inherits from gridview. > >> It's not a complicated thing, but when its included in a project allways > >> produced a warning in the co

Re: [Gambas-user] Allocations non freed.

2013-10-28 Thread Kevin Fishburne
On 10/28/2013 03:50 PM, Tobias Boege wrote: > On Mon, 28 Oct 2013, Jorge Carri?n wrote: >> I have a component who inherits from gridview. >> It's not a complicated thing, but when its included in a project allways >> produced a warning in the console about allocations non freed like this. >> >> gbx

Re: [Gambas-user] Allocations non freed.

2013-10-28 Thread Tobias Boege
On Mon, 28 Oct 2013, Jorge Carri?n wrote: > I have a component who inherits from gridview. > It's not a complicated thing, but when its included in a project allways > produced a warning in the console about allocations non freed like this. > > gbx3: warning: 82 allocation(s) non freed. > > I hav

[Gambas-user] Allocations non freed.

2013-10-28 Thread Jorge Carrión
I have a component who inherits from gridview. It's not a complicated thing, but when its included in a project allways produced a warning in the console about allocations non freed like this. gbx3: warning: 82 allocation(s) non freed. I have read that it references to variables who remains alloc

[Gambas-user] Allocations non freed

2008-08-28 Thread Steven Lobbezoo
Hi, I'm getting more and more messages like this : WARNING: 978 allocation(s) non freed. What does it mean ? Is it serious ? What can I do if it is ? Steven - This SF.Net email is sponsored by the Moblin Your Move Develope