mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Destroy multi backend on display destroy
This commit is contained in:
parent
fc78e269a5
commit
4a36ba4bdd
5 changed files with 26 additions and 13 deletions
|
|
@ -73,7 +73,6 @@ int main(int argc, char **argv) {
|
|||
#endif
|
||||
|
||||
wl_display_run(server.wl_display);
|
||||
wlr_backend_destroy(server.backend);
|
||||
wl_display_destroy(server.wl_display);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue