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-02-14 01:49:57 +0000
committerJames Booth <boothj5@gmail.com>2016-02-14 01:49:57 +0000
commitd7b331874a1a98ad97ca9f331d4eab5d81b29b13 (patch)
tree2f0b438e4b3aee6b91848dfdce9b4d386343d0e3 /src/window_list.c
parent7a19ee822bc6268cc228305f950c2dcb0eed6776 (diff)
downloadprofani-tty-d7b331874a1a98ad97ca9f331d4eab5d81b29b13.tar.gz
Fix memory leaks
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 7ba62e47..0dbaab85 100644
--- a/src/window_list.c
+++ b/src/window_list.c
@@ -628,6 +628,7 @@ wins_do_notify_remind(void)
         }
         curr = g_list_next(curr);
     }
+    g_list_free(values);
     return FALSE;
 }