Re: killing a map
- Posted by mattlewis (admin) Sep 28, 2011
- 1007 views
euphoric said...
I'm done with a map and want to destroy/release it. There is no map:[destroy|kill|delete|release]( mymap )! So is there no way to release it once it's been created (except to end the program)?
TFM said...
A new object of type map is created. The resources allocated for the map will be automatically cleaned up if the reference count of the returned value drops to zero, or if passed in a call to delete.
Matt