Orphaned Objects

This leaves objects in memory and eventually you will run out of memory.
You should add a class method called "Clean" to your class that cleans up any internal pointers (or references) before explicitly destroying the object references.
You should then always call this method before destroying a reference to an instance of the class.


Class - myClass



© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrev