Free SAF_PathInfo¶
saf_freeInfo_path is a function defined in info.c.
Synopsis:
-
void
saf_freeInfo_path(SAF_PathInfo info)¶
Formal Arguments:
info: aSAF__PathInfoobject obtained from a saf_readInfo_path call.
Description: This function is used to free a SAF__PathInfo object.
Preconditions:
infomust be non-NULL. (low-cost)
Parallel Notes: Independent semantics only
See Also:
- saf_readInfo_path: 6.10: Load information from the specified path
- Path Info: Introduction for current chapter