1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

[wsi] Free edid info after parsing

This commit is contained in:
Joshua Ashton 2022-11-25 06:20:55 +00:00 committed by Joshie
parent ebd29007d4
commit d01c9cb6d4

View File

@ -66,6 +66,8 @@ namespace dxvk::wsi {
colorimetry && colorimetry->bt2020_rgb &&
hdr_static_metadata && hdr_static_metadata->eotfs && hdr_static_metadata->eotfs->pq;
di_info_destroy(info);
return metadata;
}