CBL_FREE_DYN_MEM

Frees dynamically allocated memory allocated by the CBL_ALLOC_DYN_MEM routine.

Syntax:
call "CBL_FREE_DYN_MEM" using by value mem-pointer
                        returning      status-code
Parameters:
Using call prototype (see Library Routines - Key) Picture (32-bit systems)
mem-pointer cblt-pointer usage pointer. Must be level 01.
status-code See Library Routines - Key
On Entry:
mem-pointer The pointer returned when the memory was allocated using CBL_ALLOC_DYN_MEM.
On Exit:

None

Comments:

This routine releases memory allocated by the CBL_ALLOC_DYN_MEM routine.

See Also: