42.3. slapi_value_free()

Description

This function frees from memory the Slapi_Value structure and its members (if it is not NULL), and sets the pointer to NULL.

Syntax

#include "slapi-plugin.h"
slapi_value_free(Slapi_Value **value);

Parameters

This function takes the following parameter:

value
Address of the pointer to the Slapi_Value you wish to free.
Memory Concerns

Call this function when you are finished working with the structure.