Commit 073d860
[bug] Fix memory leak in dxil validator (#4966)
We would create the dxil runtime reflection object but never free it.
Using a unique_ptr here does the job.
Found by running external tests with appverifier enabled.
(cherry picked from commit 661f7ce)1 parent 87fc5b5 commit 073d860
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5563 | 5563 | | |
5564 | 5564 | | |
5565 | 5565 | | |
5566 | | - | |
| 5566 | + | |
5567 | 5567 | | |
5568 | 5568 | | |
5569 | 5569 | | |
| |||
0 commit comments