_CP_str_free

_CP_str_free


_CP_str_copy Index Level _CP_str_null
Syntax _CP_str_free(CPSTR* string)
Category C Interface
Type C Function
Description releases the CPSTR* string back to the string pool to be allocated at a later time.  All CPSTR*'s must eventually be released with _CP_str_free.
Options
See Also C Functions introduction _CP_str_alloc _CP_str_realloc
Example
Warnings Failure to free CPSTR*'s will when finished with them will cause memory to be used unnecessarily.
Compatibility AP 6.1
_CP_str_copy Index Level _CP_str_null