reap container parent on destroy

This commit is contained in:
Tony Crisci 2018-03-31 13:20:05 -04:00
parent f7a20726fc
commit e7ecb001d7
2 changed files with 6 additions and 2 deletions

View file

@ -19,7 +19,6 @@ struct cmd_results *cmd_kill(int argc, char **argv) {
break;
case C_CONTAINER:
con = container_destroy(con);
con = container_reap_empty(con);
arrange_windows(con, -1, -1);
break;
case C_VIEW: