vk/device: Provide proper NULL handling in anv_device_free
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 15 Jul 2015 22:15:54 +0000 (15:15 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 15 Jul 2015 22:22:32 +0000 (15:22 -0700)
commitf4748bff59b21c51092a081df48d7d00f2bfbfef
tree70a02bf84fe85ecb72653b14870862963a23c365
parent4c8e1e58883c6e5616cc61587d854e06ec75b7a8
vk/device: Provide proper NULL handling in anv_device_free

The Vulkan spec does not specify that the free function provided to
CreateInstance must handle NULL properly so we do it in the wrapper.  If
this ever changes in the spec, we can delete the extra 2 lines.
src/vulkan/device.c