DisposeClone

void DisposeClone(heapPtr object)

Unloads an instance created by Clone() from memory.

Example
(var newEvent)
=
newEvent Clone(Event) // create an instance of Event and store the pointer into newEvent
GetEvent($7FFF newEvent) // use the instance
DisposeClone(Event) // dispose of the instance

See Also: Clone