Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6API P6ERR P6CCALL P6R::p6FreeMemory ( P6VOID *  pMemory)

Frees memory allocated with p6AllocMemory().

After p6FreeMemory() is called, the pointer pMemory points to invalid memory and MUST no be used.

Parameters
pMemory[ in ] A pointer to the memory to be freed.
Returns