TEDispose
TEDispose Release memory used by an edit record
#include <TextEdit.h> TextEdit
void TEDispose(hTE );
TEHandle hTE ; edit record to dispose
Releases all memory allocated to an edit record. Use this call when you are
completely finished with an edit record.
hTE is a handle obtained via TENew (old style TextEdit record) or
TEStylNew (new style TextEdit record). It leads to a
variable-length TERec structure and identifies the edit record to
dispose.
Returns: none