str_free
sk_OPENSSL_STRING_pop_free(files, str_free);
static void str_free(OPENSSL_STRING str);
sk_OPENSSL_STRING_pop_free(sk, str_free);
sk_OPENSSL_STRING_pop_free(param->hosts, str_free);
sk_OPENSSL_STRING_pop_free(dest->hosts, str_free);
dest->hosts = sk_OPENSSL_STRING_deep_copy(src->hosts, str_copy, str_free);
sk_OPENSSL_STRING_pop_free(vpm->hosts, str_free);