summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/recode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/recode.c b/src/core/recode.c
index 8237e056..07cbe50c 100644
--- a/src/core/recode.c
+++ b/src/core/recode.c
@@ -108,6 +108,7 @@ char *recode_in(const char *str, const char *target)
if (!recoded)
recoded = g_strdup(str);
}
+ g_free(translit_to);
return recoded;
#else
return g_strdup(str);