CBL_FREE_THREAD_MEM

Frees memory allocated by the CBL_ALLOC_THREAD_MEM routine.

Syntax:

call "CBL_FREE_THREAD_MEM" using by value mem-pointer
                           returning      status-code

Parameters:

  Using call prototype (see Key) Picture
mem-pointer cblt-pointer usage pointer.
status-code See Library Routines - Key

On Entry:

mem-pointer The pointer returned when the memory was allocated using CBL_ALLOC_THREAD_MEM.

On Exit:

None

Comments:

This routine cannot be used within a sub-program that is compiled with the AMODE directive in effect.