43.7. slapi_valueset_free()

Description

This function frees the Slapi_ValueSet structure and its members if it is not NULL. Call this function when you are done working with the structure.

Syntax

#include "slapi-plugin.h"
void slapi_valueset_free(Slapi_ValueSet *vs)

Parameters

This function takes the following parameter:

vs
Pointer to the Slapi_ValueSet to free.