mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
vulkan: Plug a memleak
This commit is contained in:
parent
ae509406f1
commit
89b4f12b38
@ -56,6 +56,7 @@ gsk_vulkan_command_pool_free (GskVulkanCommandPool *self)
|
||||
self->vk_command_pool,
|
||||
NULL);
|
||||
|
||||
g_object_unref (self->vulkan);
|
||||
g_free (self);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user