While trying to run asan on a graph e2e test, I found an issue that seems to be related to the v2 version of the level-zero adapter. There is a new context class for v2 but delete is being called on the base class which causes a delete-type-mismatch error in asan. I don't think this is causing any major bugs but, technically, it is to be undefined behaviour. This is the asan output: asan_output.txt