[fix] Freeing up temporary char_array

This commit is contained in:
Al
2016-03-21 16:50:48 -04:00
parent 14093a263d
commit e0f7638372

View File

@@ -216,6 +216,8 @@ string_tree_t *normalize_string_languages(char *str, uint64_t options, size_t nu
}
char_array_destroy(normalized);
kh_destroy(int_set, scripts);
string_tree_finalize_token(tree);