Jump to content

somVaBuf_destroy

From EDM2

Releases the SOM buffer (somVaBuf) and its associated va_list.

Syntax

somVaBuf   vb;

somVaBuf_destroy(vb);

Parameters

vb (somVaBuf)
Value (somVaBuf) returned from somVaBuf_create function.

Return Code

Remarks

If somVaBuf was allocated by the somVaBuf_create function, the memory will be deallocated

Example Code

See function somVaBuf_create.

Related

Functions