summaryrefslogtreecommitdiff
path: root/libmdock/matcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmdock/matcher.c')
-rw-r--r--libmdock/matcher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmdock/matcher.c b/libmdock/matcher.c
index df8e8b6..129514e 100644
--- a/libmdock/matcher.c
+++ b/libmdock/matcher.c
@@ -154,6 +154,7 @@ static void add_desktop_info(GDesktopAppInfo *info)
if (wmclass && wmclass[0]) {
gchar *wmclass_lower = g_ascii_strdown(wmclass, -1);
add_desktop_item_by_wmclass(wmclass_lower, info, 128000);
+ g_free(wmclass_lower);
}
if (executable && executable[0]) {