gsk_list_free()

Releases storage allocated for a list.

Format

   #include <gskssl.h>

   void gsk_list_free (
                        gsk_list *     list)

Parameters

list
Specifies the list to be released.

Usage

The gsk_list_free() routine releases storage allocated for a list. This includes the gsk_list structure itself and all gsk_list structures anchored by the structure passed on the function call.

Related topics