C++
inline void acutDelString( char *& pString );
File
acutmem.h
Description
This function is designed to be used on memory allocated via acutNewString(), acutNewBuffer(), and acutUpdString(). It deallocates the memory pointed to by pString and sets pString to NULL.
Parameters
Parameters | Description |
---|---|
pString | Input pointer to string to be freed |