Say my software has instantiated objects of a class (actually thousands and thousands of them). Each of these objects uses memory to hold its local data. I looked at the docs but could not find anything that explains how to properly dispose of a no longer needed object and free its allocated memory. What am I missing? Thanks Werner