Merge branch 'fix_unused_labels' into 'master'
misc: fix warnings See merge request postmarketOS/buffybox!70
This commit is contained in:
commit
437ff2cbd7
1 changed files with 3 additions and 1 deletions
|
|
@ -824,15 +824,17 @@ uint8_t bbx_indev_init(int fd_epoll, const struct bbx_indev_opts* opts) {
|
|||
return ret;
|
||||
|
||||
|
||||
#ifndef BBX_APP_BUFFYBOARD
|
||||
failure6:
|
||||
lv_obj_delete(mouse_cursor);
|
||||
#endif
|
||||
failure5:
|
||||
#ifndef BBX_APP_BUFFYBOARD
|
||||
xkb_keymap_unref(keymap);
|
||||
failure4:
|
||||
xkb_context_unref(context_xkb);
|
||||
#endif
|
||||
failure3:
|
||||
#endif
|
||||
udev_monitor_unref(monitor);
|
||||
failure2:
|
||||
udev_unref(context_udev);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue