Conditionally frees allocated memory.
#include <prmem.h> void PR_FREEIF(_ptr);
_ptr
Nothing.
This macro returns memory to the heap when _ptr is not NULL. If _ptr is NULL, the macro has no effect.
NULL