mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 21:05:58 +01:00
Clean up session signal handler on drm init fail
This commit is contained in:
parent
7a2e9a17ba
commit
72507f9820
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ struct wlr_backend *wlr_drm_backend_create(struct wl_display *display,
|
|||
return &drm->backend;
|
||||
|
||||
error_event:
|
||||
wl_list_remove(&drm->session_signal.link);
|
||||
wl_event_source_remove(drm->drm_event);
|
||||
error_fd:
|
||||
wlr_session_close_file(drm->session, drm->fd);
|
||||
|
|
Loading…
Reference in a new issue