about summary refs log tree commit diff stats
path: root/src/window_list.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-03-07 18:42:02 +0000
committerJames Booth <boothj5@gmail.com>2016-03-07 18:42:02 +0000
commite4071015ea256e172fa9a581cdfa15bd501bd805 (patch)
tree610b856745b21fac6b039f0d72f133c9c838e066 /src/window_list.c
parent35e456aebd8469860f3d45860bfdcd6f819f582e (diff)
parent4094b75ccc19780e2e013ba897a09645a5ee4978 (diff)
downloadprofani-tty-e4071015ea256e172fa9a581cdfa15bd501bd805.tar.gz
Merge branch 'master' into plugins-python
Diffstat (limited to 'src/window_list.c')
-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;
             }
         }