Share

acutDelBuffer

C++

inline void acutDelBuffer(
    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 buffer to be freed

Was this information helpful?