6 Mar
2024
6 Mar
'24
11:40 p.m.
Francisco Casas (@fcasas) commented about libs/vkd3d-shader/dxil.c:
ERR("Failed to allocate aligned chunk. Unaligned access will occur.\n"); else memcpy(byte_code, dxbc_desc.byte_code, dxbc_desc.byte_code_size); + dxbc_desc.byte_code = byte_code;
Shouldn't we free the original `dxbc_desc.byte_code` before replacing it? -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/680#note_63788