Free window ran_assignments on tree_close
Patch status: merged
Patch by Tony Crisci
To apply this patch, use:
curl http://cr.i3wm.org/patch/457/raw.patch | git am
b/src/tree.c
13 |
@@ -260,6 +260,7 @@ bool tree_close(Con *con, kill_window_t kill_window, bool dont_kill_parent, bool |
14 |
FREE(con->window->class_class); |
15 |
FREE(con->window->class_instance); |
16 |
i3string_free(con->window->name); |
17 |
+ FREE(con->window->ran_assignments); |
18 |
FREE(con->window); |
19 |
} |
20 |
|