aboutsummaryrefslogtreecommitdiff
path: root/rootston
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-12-19 12:41:48 -0500
committerGitHub <noreply@github.com>2017-12-19 12:41:48 -0500
commit36d875136354b0f0438b1fe89d5ea897b113bd24 (patch)
tree7a84f135d7b049c8cca70714959b7c55f147989e /rootston
parentfc78e269a5623f9f2ab18403f459befa9537334e (diff)
parent4a36ba4bdd094f676060a3721425abfed31828f4 (diff)
Merge pull request #504 from emersion/multi-display-destroy
Destroy multi backend on display destroy
Diffstat (limited to 'rootston')
-rw-r--r--rootston/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rootston/main.c b/rootston/main.c
index 27ff6b41..aa20dbba 100644
--- a/rootston/main.c
+++ b/rootston/main.c
@@ -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;
}