about summary refs log tree commit diff stats
path: root/src/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c
index ddb1c892..1131c4c9 100644
--- a/src/common.c
+++ b/src/common.c
@@ -439,7 +439,6 @@ get_next_available_win_num(GList *used)
             int curr_num = GPOINTER_TO_INT(curr->data);
             if (((last_num != 9) && ((last_num + 1) != curr_num)) ||
                     ((last_num == 9) && (curr_num != 0))) {
-                g_list_free(curr);
                 result = last_num + 1;
                 if (result == 10) {
                     result = 0;