about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-02-10 19:42:13 +0000
committerJames Booth <boothj5@gmail.com>2015-02-10 19:42:13 +0000
commit75d766387677c783694df9ccfda9dffbb3bf4ef7 (patch)
tree723417ee81d5b91a40d185b323413fdbbfd7d324 /src/ui
parent30739ed157efcacd38dee69e35872f8ca9215b2f (diff)
downloadprofani-tty-75d766387677c783694df9ccfda9dffbb3bf4ef7.tar.gz
Free wins summary list
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/console.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 8d6f88b4..c1bfe450 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -251,6 +251,7 @@ cons_show_wins(void)
         win_save_println(console, curr->data);
         curr = g_slist_next(curr);
     }
+    g_slist_free_full(window_strings, free);
 
     cons_show("");
     cons_alert();
6' href='#n126'>126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170