[fix] freeing up iterator in normalize_string

This commit is contained in:
Al
2016-02-09 01:06:51 -05:00
parent 87ef471f8b
commit c32ef9ccf8

View File

@@ -211,6 +211,7 @@ string_tree_t *normalize_string_languages(char *str, uint64_t options, size_t nu
}
}
string_tree_iterator_destroy(trans_iter);
string_tree_destroy(transliterators);
}