mirror of
https://github.com/brl/mutter.git
synced 2025-02-24 16:54:10 +00:00
output-xrandr: Fix memory leak
Introduced in 99d84ae1cc8f027a35c32d266cef48758daaff6d. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2589>
This commit is contained in:
parent
eb764e0f0d
commit
3c50a9f8aa
@ -470,6 +470,8 @@ output_get_max_bpc_range_xrandr (Display *xdisplay,
|
|||||||
if (max)
|
if (max)
|
||||||
*max = values[1];
|
*max = values[1];
|
||||||
|
|
||||||
|
XFree (property_info);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user