940c67f5
by Henri Verbeet at 2025-02-12T19:44:10+01:00
vkd3d: Avoid freeing the input signature twice on error paths in d3d12_pipeline_state_init_graphics().
This used to be safe enough before commit
b5ac6ac636ec3594d8c440c6a789b0e3204d2d49, although that was never guaranteed
by the API.