vulkan: Plug a memleak

This commit is contained in:
Benjamin Otte 2023-07-27 10:12:23 +02:00
parent ae509406f1
commit 89b4f12b38

View File

@ -56,6 +56,7 @@ gsk_vulkan_command_pool_free (GskVulkanCommandPool *self)
self->vk_command_pool,
NULL);
g_object_unref (self->vulkan);
g_free (self);
}