Free library property list

saf_freeProps_lib is a function defined in libprops.c.

Synopsis:

SAF_LibProps * saf_freeProps_lib(SAF_LibProps *properties)

Description: Releases resources inside the library property list and frees the property list that was allocated in saf_createProps_lib.

Return Value: Always returns null.

Parallel Notes: Independent

Issues: Releasing the resources used by the property list was never implemented and so is not implemented here yet either.

See Also: