summaryrefslogtreecommitdiff
path: root/src/glib-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glib-utils.c')
-rw-r--r--src/glib-utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glib-utils.c b/src/glib-utils.c
index 176370c..669499b 100644
--- a/src/glib-utils.c
+++ b/src/glib-utils.c
@@ -94,6 +94,8 @@ str_substitute (const char *str,
gstr = g_string_append (gstr, to_str);
}
+ g_strfreev (tokens);
+
return g_string_free (gstr, FALSE);
}