Sun Java System Access Manager 7 2005Q4 C API Reference

am_string_set_destroy()

Frees memory held by the parameter, by freeing each string in the set of strings, followed by the strings pointer, followed by the struct itself.

Syntax

#include "am_string_set.h"
AM_EXPORT void
am_string_set_destroy(am_string_set_t *string_set);

Parameters

This function takes the following parameters:

Parameter

Description

string_set

The am_string_set_t pointer to be freed.

Returns

None