Name
FreeScript -- free converted script (V5.0)
Synopsis
void FreeScript(STRPTR buf);
Function
This function must free the script returned by GetScript(). Note that this is called before Hollywood actually runs your script so if your GetScript() implementation has created some temporary files that are required by the script, you must not free them in FreeScript() but in ClosePlugin() which is called when Hollywood shuts down.

Inputs
buf
script buffer allocated by GetScript()

Show TOC