free - deallocate a region of memory allocated by malloc
subroutine free ( ptr ) pointer ( ptr, x )
free deallocates a region of memory previously allocated by malloc. The region of memory is returned to the memory manager; it is not explicitly available to the user's pro- gram.
" libfui.a"
malloc(3F)