diff options
Diffstat (limited to 'rootston/main.c')
-rw-r--r-- | rootston/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootston/main.c b/rootston/main.c index 46ec3671..a327576a 100644 --- a/rootston/main.c +++ b/rootston/main.c @@ -37,7 +37,6 @@ int main(int argc, char **argv) { if (server.backend == NULL) { wlr_log(L_ERROR, "could not start backend"); - wlr_backend_destroy(server.backend); return 1; } |