PEXFreePickPaths(3) — Subroutines
Name
PEXFreePickPaths - Free Memory Allocated for Pick Paths
Synopsis
void PEXFreePickPaths(unsigned long count, PEXPickPath ∗pick_paths)
Arguments
countThe number of pick paths.
pick_pathsAn array of pick paths.
Returns
None
Description
This function deallocates memory returned by PEXEndPickAll and PEXPickAll.
Errors
None
See Also
PEXEndPickAll, PEXPickAll