mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05: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,
|
0,
|
||||||
0);
|
0);
|
||||||
|
|
||||||
|
free(reply);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue