Remove unnecessary wlr_backend_destroy
This commit is contained in:
parent
64f6a44329
commit
66d4d2928f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue