strfreev

fun strfreev(strArray: List<String>? = null)(source)

Frees an array of strings, as well as each string it contains.

If @str_array is NULL, this function simply returns.

Parameters

strArray

an array of strings to free