Destroy a property list

ss_prop_dest is a function defined in ssprop.c.

Synopsis:

herr_t ss_prop_dest(ss_prop_t *prop)

Description: All resources associated with the specified property list are released and the property list is marked as invalid and should not be referenced. If the caller had not supplied a buffer to hold the values then that memory is also freed.

Return Value: Returns non-negative on success; negative on failure.

Parallel Notes: Independent

See Also: