====== hfzFree ====== ===== Description ===== Release a block of memory allocated using [[libhfz:functions:hfzMalloc]]. ===== Function prototype ===== void hfzFree(void* pData); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | pData | void* | A pointer to be block of memory to be released. | ===== Return value ===== None. ===== Comments ===== None.