SE_instance_free_variables

Frees memory allocated for a list of environment variables.

Usage syntax

void SE_instance_free_variables (CHAR **variables, LONG var_count);

Parameters
variables Pointer to an array of environment variables
var_count The number of environment variables
Description

A helper function to free environment variables allocated by SE_instance_get_variables.