Free window ran_assignments on tree_close

next
Tony Crisci 2014-03-10 04:29:44 -04:00 committed by Michael Stapelberg
parent 35eac121fc
commit 192b67df18
1 changed files with 1 additions and 0 deletions

View File

@ -260,6 +260,7 @@ bool tree_close(Con *con, kill_window_t kill_window, bool dont_kill_parent, bool
FREE(con->window->class_class);
FREE(con->window->class_instance);
i3string_free(con->window->name);
FREE(con->window->ran_assignments);
FREE(con->window);
}