mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Fix potential NPD
This commit is contained in:
parent
becd94e6ba
commit
def72ed84a
1 changed files with 3 additions and 0 deletions
|
|
@ -544,6 +544,9 @@ keybinding_split_output(struct cg_output *output, bool vertical) {
|
|||
|
||||
static void
|
||||
keybinding_close_view(struct cg_view *view) {
|
||||
if(view == NULL) {
|
||||
return;
|
||||
}
|
||||
view->impl->close(view);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue