Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vulkan-loader: Use correct variable in destroy function
Commit e17999e "fixed" the settings_fuzzer.c test by cleaning up memory, but did not pass in the correct variable. It would reinterpret a pointer to memory as a `loader_layer_list` struct, which is all sorts of wrong. It doesn't help that I forcibly cast the memory pointer to the loader_layer_list struct type, causing any warnings to be surpressed.
- Loading branch information