Deallocate resources of lists returned by PhysicsFS.
Defined in <physfs.h>
void PHYSFS_freeList(void *listVar);| void * | listVar | List of information specified as freeable by this function. May be NULL. |
Certain PhysicsFS functions return lists of information that are dynamically allocated. Use this function to free those resources.
It is safe to pass a NULL here, but doing so will cause a crash in versions before PhysicsFS 2.1.0.
It is safe to call this function from any thread.
This function is available since PhysicsFS 1.0.0.