Tao.PhysFs SDK Documentation

Fs.PHYSFS_freeList Method 

Deallocate resources of lists returned by PhysicsFS.

[Visual Basic]
Public Shared Sub PHYSFS_freeList( _
   ByVal listVar As IntPtr _
)
[C#]
public static void PHYSFS_freeList(
   IntPtr listVar
);

Parameters

listVar
List of information specified as freeable by this function.

Remarks

Certain PhysicsFS functions return lists of information that are dynamically allocated. Use this function to free those resources.

See Also

Fs Class | Tao.PhysFs Namespace | PHYSFS_getCdRomDirs | PHYSFS_enumerateFiles | PHYSFS_getSearchPath