Next: , Previous: , Up: libopts External Procedures   [Contents][Index]


7.6.32.6 optionFree

free allocated option processing memory

Usage:

optionFree( pOpts );

Where the arguments are:

NameTypeDescription
—–—–————-
pOptstOptions *program options descriptor

AutoOpts sometimes allocates memory and puts pointers to it in the option state structures. This routine deallocates all such memory.

As long as memory has not been corrupted, this routine is always successful.