aboutsummaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/vulkan/texture.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/render/vulkan/texture.c b/render/vulkan/texture.c
index ab51d194..ae6b05c9 100644
--- a/render/vulkan/texture.c
+++ b/render/vulkan/texture.c
@@ -190,11 +190,6 @@ out:
}
void vulkan_texture_destroy(struct wlr_vk_texture *texture) {
- if (!texture->renderer) {
- free(texture);
- return;
- }
-
// when we recorded a command to fill this image _this_ frame,
// it has to be executed before the texture can be destroyed.
// Add it to the renderer->destroy_textures list, destroying