seFreeString
syntax: |
void seFreeObject(secontext se,seobject item);
void seFreeString(secontext se,seconstcharptr item); |
where: |
se the context the item is associated with
item the item to free
|
return: |
None
|
description: |
These are the standard lifetime free routines corresponding to seGetXXX. See Lifetimes for the standard ScriptEase lifetime rules.
You use these functions to explicitly free an object or string returned from seGetObjectEx and seGetStringEx. Once freed, the object or string is no longer valid.
|
see: |
|