PreviousNext

sec_attr_util_inst_free_ptrs(3sec)

Frees nonnull pointers in a sec_attr_t

Synopsis

#include <dce/sec_attr_util.h>

void sec_attr_util_inst_free_ptrs (
sec_attr_t *sec_attr_p);

Parameters

Input/Output

*sec_attr_p
As input, a pointer to an allocated and potentially initialized sec_attr_t. As output, a pointer to a sec_attr_t with internal pointers freed and set to NULL.

Description
The sec_attr_util_inst_free_ptrs( ) routine frees and sets to NULL each nonnull pointer in a sec_attr_t pointed to by sec_attr_p. The sec_attr_t itself is not freed. The sec_attr_t may have been only partially initialized.

Files

/usr/include/dce/sec_attr_util.idl
The idl file from which dce/sec_attr_util.h was derived.

Related Information
Functions:

sec_attr_util_inst_free(3sec)