sec_attr_util_inst_free(3sec)Frees nonnull pointers in a sec_attr_t and the pointer to the sec_attr_t itself Synopsis
#include <dce/sec_attr_util.h> Parameters Input/Output
**sec_attr_p
Description The sec_attr_util_inst_free( ) routine is useful for freeing the resources of dynamically allocated sec_attr_ts and their subfields. Note that most DCE client application programming interfaces (APIs) that return sec_attr_ts allocate only subfields, and not the sec_attr_t itself. Use sec_attr_util_inst_free_ptrs( ) instead of sec_attr_util_inst_free( ) to free attribute resources allocated by such APIs. Files
/usr/include/dce/sec_attr_util.idl
Related Information sec_attr_util_inst_free_ptrs(3sec)
|