Function free_memory_block (blockhandle : Longint) : boolean;
Frees a previously allocated memory block
Parameters:
Return value: True if successful, false otherwise.
Notes: Frees memory that was previously allocated with allocate_memory_block . This function doesn't free any descriptors mapped to this block, it's the application's responsibility.
Check int31error variable