Utility Functions : List of Utility Functions : stm_dispose_memory

stm_dispose_memory
Description:
When used in a DOC template, STM_DISPOSE_MEMORY() frees temporary memory used by the DOC system. If you want to avoid freeing a specific string, for example, general strings used in the template, call STM_STRING_RETAIN(<str>) on that string before calling STM_DISPOSE_MEMORY().
Syntax
stm_dispose_memory()
Arguments
None
Status Codes
None
Example
Call the function with no parameters: STM_DISPOSE_MEMORY();