On Thu Jun 29 09:14:18 2023 +0000, Giovanni Mascellani wrote:
`destroy_block()` here too, but by now I suspect you're using `vkd3d_free()` intentionally. There are a couple of other instances in this commit, at any rate.
Eh... kind of? When I wrote these I didn't really have anything in mind besides transforming list operations to blocks. All the instances of vkd3d_free() should be with already empty lists, so it kind of makes sense as-is. But on the other hand destroy_block() is free type safety, so... meh.