aux/vk: Don't leak VkExtensionProperties

This commit is contained in:
Christoph Haag 2022-01-13 23:48:44 +01:00
parent a60fab80e6
commit f978f2691d

View file

@ -1392,6 +1392,8 @@ vk_build_instance_extensions(struct vk_bundle *vk,
}
break;
}
free(props);
return ret;
}