fix erroneous stack free
continuous-integration/drone/push Build is passing Details

pull/18/head
cosmonaut 2022-03-04 12:36:02 -08:00
parent f6b96fe34b
commit 0fbf1b2546
1 changed files with 0 additions and 2 deletions

View File

@ -6090,8 +6090,6 @@ static Refresh_GraphicsPipeline* VULKAN_CreateGraphicsPipeline(
SDL_stack_free(vertexInputBindingDescriptions);
SDL_stack_free(vertexInputAttributeDescriptions);
SDL_stack_free(viewports);
SDL_stack_free(scissors);
SDL_stack_free(colorBlendAttachmentStates);
renderer->vkDestroyRenderPass(