add some missing frees
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5fe4c8dbf3
commit
6302603b08
|
@ -2939,6 +2939,9 @@ static void VULKAN_INTERNAL_DestroyCommandPool(
|
||||||
SDL_free(commandBuffer->boundDescriptorSetDatas);
|
SDL_free(commandBuffer->boundDescriptorSetDatas);
|
||||||
SDL_free(commandBuffer->usedBuffers);
|
SDL_free(commandBuffer->usedBuffers);
|
||||||
SDL_free(commandBuffer->usedTextures);
|
SDL_free(commandBuffer->usedTextures);
|
||||||
|
SDL_free(commandBuffer->usedSamplers);
|
||||||
|
SDL_free(commandBuffer->usedGraphicsPipelines);
|
||||||
|
SDL_free(commandBuffer->usedComputePipelines);
|
||||||
|
|
||||||
SDL_free(commandBuffer);
|
SDL_free(commandBuffer);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue