output-xrandr: Fix memory leak

Introduced in 99d84ae1cc8f027a35c32d266cef48758daaff6d.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2589>
This commit is contained in:
Alberts Muktupāvels 2022-08-21 17:33:16 +03:00 committed by Marge Bot
parent eb764e0f0d
commit 3c50a9f8aa

View File

@ -470,6 +470,8 @@ output_get_max_bpc_range_xrandr (Display *xdisplay,
if (max)
*max = values[1];
XFree (property_info);
return TRUE;
}