23.2. slapi_ch_array_free()

This function frees the char ** pointed to by arrayp.
Syntax

#include "slapi-plugin.h"
void slapi_ch_array_free( char **arrayp );

Parameters

This function takes the following parameter:

arrayp
Pointer to the array to be freed. This parameter can be NULL.