Commit a0880df
authored
[UR][L0] Correctly destroy images (#18389)
`ur_exp_image_mem_native_handle_t` is a `ur_bindless_mem_handle_t *`,
but was incorrectly being treated as a `ur_mem_handle_t` on destruction.1 parent be5ad03 commit a0880df
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments