swayfx/sway/tree
Mariusz Bialonczyk 776b9b7e1f Fix segv when sway is terminating
I've got the following SIGSEGV when terminating sway:
```
Program terminated with signal SIGSEGV, Segmentation fault.
0x00005607dc603af5 in view_unmap (view=0x5607dcb3d350) at ../sway/tree/view.c:599
599		if (surviving_ancestor->type >= C_WORKSPACE) {
```
surviving_ancestor was NULL at that time

This commit is trying to fix this problem.
2018-08-05 17:04:20 +02:00
..
arrange.c Separate root-related code 2018-08-04 14:01:20 +10:00
container.c Separate root-related code 2018-08-04 14:01:20 +10:00
layout.c Separate root-related code 2018-08-04 14:01:20 +10:00
output.c ipc: fix workspace::move calls argument order 2018-08-01 16:57:15 +01:00
root.c Move workspace pid code to root.c 2018-08-04 14:01:49 +10:00
view.c Fix segv when sway is terminating 2018-08-05 17:04:20 +02:00
workspace.c Move workspace pid code to root.c 2018-08-04 14:01:49 +10:00