mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Listen to display destroy in session
It's not the backend's responsibility to destroy the session anymore.
This commit is contained in:
parent
e30b943fbd
commit
6001235b04
3 changed files with 14 additions and 2 deletions
|
|
@ -35,7 +35,6 @@ static void multi_backend_destroy(struct wlr_backend *_backend) {
|
|||
wlr_backend_destroy(sub->backend);
|
||||
free(sub);
|
||||
}
|
||||
wlr_session_destroy(backend->session);
|
||||
free(backend);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue