mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-08 13:29:45 -05:00
Remove unnecessary wlr_backend_destroy
This commit is contained in:
parent
64f6a44329
commit
66d4d2928f
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@ int main(int argc, char **argv) {
|
||||||
|
|
||||||
if (server.backend == NULL) {
|
if (server.backend == NULL) {
|
||||||
wlr_log(L_ERROR, "could not start backend");
|
wlr_log(L_ERROR, "could not start backend");
|
||||||
wlr_backend_destroy(server.backend);
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue