Jump to content

somVaBuf_destroy

From EDM2
Revision as of 03:37, 13 October 2017 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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