From 290f5e2838beab4d3fec99dcb70eb042ecdbdfb2 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Thu, 2 Jul 2015 12:59:25 -0600 Subject: loader: Remove the merged enabled_extension list in device and instance structs Instead layer stuff can just directly use the activate_layers_list rather than having an intermediate list. This simplifies the code and prepares for adding implicit layers directly. --- loader/trampoline.c | 1 - 1 file changed, 1 deletion(-) (limited to 'loader/trampoline.c') diff --git a/loader/trampoline.c b/loader/trampoline.c index 07d33794..1f9c3635 100644 --- a/loader/trampoline.c +++ b/loader/trampoline.c @@ -121,7 +121,6 @@ LOADER_EXPORT VkResult VKAPI vkDestroyInstance( struct loader_instance *ptr_instance = loader_instance(instance); loader_deactivate_instance_layers(ptr_instance); - loader_destroy_ext_list(&ptr_instance->enabled_instance_extensions); free(ptr_instance); -- cgit v1.2.3