diff options
author | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-06-24 15:50:53 +1000 |
---|---|---|
committer | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-06-24 15:50:53 +1000 |
commit | b864ac0149212adf753824366e20badfa971b29f (patch) | |
tree | 87f9a4117a84d3552c25a2434094d221c7d6bad0 /sway/commands/focus_wrapping.c | |
parent | 33e03cb27795b267bcd3c7508363ec8f95127e95 (diff) |
Fix crash when unmapping a view with reapable parents
container_destroy was calling container_reap_empty, which calls
container_destroy and so on. Eventually the original container_destroy
would return a NULL pointer to the caller which caused a crash.
This also fixes an arrange on the wrong container when moving views in
and out of stacks.
Diffstat (limited to 'sway/commands/focus_wrapping.c')
0 files changed, 0 insertions, 0 deletions