Template Function SafeRelease

Function Documentation

template<class Type>
void SafeRelease(Type **pointer)

Releases a pointer.

Template Parameters
  • Type: - The type of the object.

Parameters
  • pointer: - The pointer to the pointer of the object to release.