fix two more crashes when disabling an empty output

This commit is contained in:
Michael Stapelberg
2013-01-25 14:53:15 +01:00
parent e0cfe1f8c0
commit f767ac30b3
2 changed files with 6 additions and 4 deletions

View File

@ -44,7 +44,10 @@ static void render_l_output(Con *con) {
}
}
assert(content != NULL);
if (content == NULL) {
DLOG("Skipping this output because it is currently being destroyed.\n");
return;
}
/* We need to find out if there is a fullscreen con on the current workspace
* and take the short-cut to render it directly (the user does not want to