| ||||||
SummarySablotFree frees the buffer formerly allocated by the engine.
| ||||||
Syntaxint SablotFree(char *resultStr);
| ||||||
DescriptionUse theSablotFree function whenever you finish a work
with a Sablotron generated API. Typically, do it after the
SablotrGetResultArg is called. Some DOM-access
functions allocate buffers too.
| ||||||
See Also
|