mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01: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) {
|
||||
wlr_log(L_ERROR, "could not start backend");
|
||||
wlr_backend_destroy(server.backend);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue