about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tools/parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/parser.c b/src/tools/parser.c
index 474a664e..c6e1b73e 100644
--- a/src/tools/parser.c
+++ b/src/tools/parser.c
@@ -368,6 +368,7 @@ get_start(const char *const string, int tokens)
             int len = g_unichar_to_utf8(curr_uni, uni_char);
             uni_char[len] = '\0';
             g_string_append(result, uni_char);
+            free(uni_char);
         }
         if (curr_uni == ' ') {
             if (!in_quotes) {