SE_instance_free_variables |
Frees memory allocated for a list of environment variables.
void SE_instance_free_variables (CHAR **variables, LONG var_count);
variables | Pointer to an array of environment variables |
var_count | The number of environment variables |
A helper function to free environment variables allocated by SE_instance_get_variables.