Remove unnecessary wlr_backend_destroy

This commit is contained in:
Drew DeVault 2018-01-13 20:29:54 -05:00
parent 64f6a44329
commit 66d4d2928f
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}