mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Clean up outputs on exit
This commit is contained in:
parent
579909a368
commit
c7f6981d9c
6 changed files with 34 additions and 9 deletions
|
|
@ -33,7 +33,6 @@ bool wlr_backend_init(struct wlr_backend *backend) {
|
|||
|
||||
void wlr_backend_destroy(struct wlr_backend *backend) {
|
||||
backend->impl->destroy(backend->state);
|
||||
// TODO: free outputs
|
||||
free(backend);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue