The data stored in an object takes up a certain amount of memory within your application. When you are completely finished with an object, it is critical that you release the object’s memory by calling OT Clear, like this:
OT Clear($object:) `$object will be set to zero by OT Clear
Once you have cleared an object with OT Clear, you will no longer be able to use its handle.
See Also

