seFreeInternalString
syntax: |
void seFreeInternalString(secontext se, sestring str); |
where: |
se the context the string belongs to
str the internal string to free
|
return: |
None
|
description: |
This is a standard free function as described in the Lifetimes chapter. Once called, the sestring is freed up and is no longer valid.
|
see: |
seInternalizeString, seInternalizeStringHidden,seCloneInternalString, seGetInternalString
|