Function global_dos_free (selector : Word) : boolean;
Frees a previously allocated DOS memory block
Parameters:
Return value: True if successful, false otherwise
Notes: The descriptor allocated for the memory block is automatically freed and hence invalid for further use. This function should only be used for memory allocated by global_dos_alloc .
Check int31error variable
For an example, see global_dos_alloc.