Free unused pointer in x11/backend.c

This commit is contained in:
random human 2018-09-02 20:52:09 +05:30
parent 95d05acda5
commit 7bc2657984
No known key found for this signature in database
GPG Key ID: 73E5A60444CC77A3
1 changed files with 2 additions and 0 deletions

View File

@ -163,6 +163,8 @@ static bool backend_start(struct wlr_backend *backend) {
0,
0,
0);
free(reply);
}
}
#endif