[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
1 changed files with 2 additions and 0 deletions

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;
}