From e0f7638372182127dae99677cad93dbb057c1a30 Mon Sep 17 00:00:00 2001 From: Al Date: Mon, 21 Mar 2016 16:50:48 -0400 Subject: [PATCH] [fix] Freeing up temporary char_array --- src/normalize.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/normalize.c b/src/normalize.c index 32f92371..18e91c5e 100644 --- a/src/normalize.c +++ b/src/normalize.c @@ -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);