about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window_list.c1
1 files changed, 1 insertions, 0 deletions
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;
             }
         }