[Gambas-user] Memory Management
Vince Scott
vince.scott at ...770...
Thu Sep 6 18:09:56 CEST 2007
Hi All,
I would like to know how Gambas handles memory cleanup. What is the proper way in Gambas for the developer to practice good memory management? In Visual Basic objects created within a function or sub-routine are automatically removed after the method is exited. Objects created in public space must be removed by the code. Is this the same for Gambas? What are a good set of basic rules to use in Gambas to ensure you have no memory leaks? How can you check and validate this?
Any information on the subject appreciated.
Thanks,
Vince Scott
More information about the User
mailing list