Searched refs:FREE_PTR (Results 1 – 2 of 2) sorted by relevance
56 #define FREE_PTR(p) if ((p) != NULL) { CMFree((p)); (p) = NULL; } macro
274 FREE_PTR(buf); in ReadFile()389 FREE_PTR(buf); in EncodeTree()