strfreev
Description:
public void strfreev (
unowned string** str_array)
Frees a null-terminated array of strings, and the array itself.
If called on a null value, strfreev simply returns.
Parameters:
str_array |
a null-terminated array of strings to free
|