libplist  2.7.0
API Documentation - Return to Homepage

◆ plist_mem_free()

PLIST_API void plist_mem_free ( void *  ptr)

Free memory allocated by relevant libplist API calls:

Parameters
ptrpointer to the memory to free
Note
Do not use this function to free plist_t nodes, use plist_free() instead.