Free database property list

saf_freeProps_database is a function defined in dbprops.c.

Synopsis:

SAF_DbProps * saf_freeProps_database(SAF_DbProps *properties)

Description: Releases resources inside the database property list and frees the property list that was allocated in saf_createProps_database.

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: