From 958dc6b18454774f13f2a4976a06f5800154039d Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 7 Mar 2016 18:30:13 +0000 Subject: Free GList in wins_get_plugin --- src/window_list.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/window_list.c b/src/window_list.c index 5fab7ba0..9e4ede98 100644 --- a/src/window_list.c +++ b/src/window_list.c @@ -212,6 +212,7 @@ wins_get_plugin(const char *const tag) if (window->type == WIN_PLUGIN) { ProfPluginWin *pluginwin = (ProfPluginWin*)window; if (g_strcmp0(pluginwin->tag, tag) == 0) { + g_list_free(values); return pluginwin; } } -- cgit 1.4.1-2-gfad0