[Gambas-user] [Gambas Bug Tracker] Bug #1084: gbx3: warning: circular references detected:

2017-02-21 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1084=L21haW4- Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant tech community on one of the world's most engaging tech sites,

[Gambas-user] [Gambas Bug Tracker] Bug #1084: gbx3: warning: circular references detected:

2017-02-21 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1084=L21haW4- Comment #7 by hakan UNVER: Dear Benoit . I check my project. And I to notice used modules in code. I change this module places class.. and solved freed objects..

[Gambas-user] [Gambas Bug Tracker] Bug #1084: gbx3: warning: circular references detected:

2017-02-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1084=L21haW4- Comment #6 by Benoît MINISINI: If you make a circular reference, the interpreter cannot free them automatically, and so you get that warning message at the end of the program. You must fix them not to get the message.

[Gambas-user] [Gambas Bug Tracker] Bug #1084: gbx3: warning: circular references detected:

2017-02-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1084=L21haW4- Comment #5 by hakan UNVER: Yes sure.. I have circular reference modules.. What you think this dangerous ? Or what I do ? -- Check out the vibrant tech

[Gambas-user] [Gambas Bug Tracker] Bug #1084: gbx3: warning: circular references detected:

2017-02-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1084=L21haW4- Comment #4 by Benoît MINISINI: Do you know what a circular reference is? -- Check out the vibrant tech community on one of the world's most engaging tech

[Gambas-user] [Gambas Bug Tracker] Bug #1084: gbx3: warning: circular references detected:

2017-02-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1084=L21haW4- Comment #3 by hakan UNVER: This messages get after under button Quit command.. -- Check out the vibrant tech community on one of the world's most

[Gambas-user] [Gambas Bug Tracker] Bug #1084: gbx3: warning: circular references detected:

2017-02-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1084=L21haW4- Comment #2 by hakan UNVER: allocation(s) non freed. Why ? -- Check out the vibrant tech community on one of the world's most engaging tech sites,

[Gambas-user] [Gambas Bug Tracker] Bug #1084: gbx3: warning: circular references detected:

2017-02-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1084=L21haW4- Comment #1 by Benoît MINISINI: If you created a circular reference in your project, this is normal. Otherwise, without your project, I can't say more. Benoît MINISINI changed the state of the bug to: NeedsInfo.

[Gambas-user] [Gambas Bug Tracker] Bug #1084: gbx3: warning: circular references detected:

2017-02-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1084=L21haW4- hakan UNVER reported a new bug. Summary --- gbx3: warning: circular references detected: Type : Bug Priority : Medium Gambas version : 3.9 Product : Unknown Description --- Hello I get