mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
backends/x11: Ensure reply is initialised to NULL
This commit is contained in:
parent
f5f0ff0a2f
commit
e9c9ee844c
@ -359,7 +359,7 @@ output_get_backlight_limits_xrandr (MetaMonitorManagerXrandr *manager_xrandr,
|
||||
{
|
||||
Atom atom;
|
||||
xcb_connection_t *xcb_conn;
|
||||
g_autofree xcb_randr_query_output_property_reply_t *reply;
|
||||
g_autofree xcb_randr_query_output_property_reply_t *reply = NULL;
|
||||
|
||||
atom = XInternAtom (manager_xrandr->xdisplay, "Backlight", False);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user