Name
FreeModule -- free a module / OBSOLETE
Synopsis
FreeModule(id)
Important note
This command is obsolete. Please use CloseMusic() instead.

Function
This function frees the memory of the module specified by id. This is normally not necessary because Hollywood frees all memory when it quits. However, if you are running out of memory and want to free the sample by yourself, use this function.

Inputs
id
identifier of the module

Show TOC