mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
Free unused pointer in x11/backend.c
This commit is contained in:
parent
95d05acda5
commit
7bc2657984
1 changed files with 2 additions and 0 deletions
|
@ -163,6 +163,8 @@ static bool backend_start(struct wlr_backend *backend) {
|
|||
0,
|
||||
0,
|
||||
0);
|
||||
|
||||
free(reply);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue