projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae50940
)
vulkan: Plug a memleak
author
Benjamin Otte
<otte@redhat.com>
Thu, 27 Jul 2023 08:12:23 +0000
(10:12 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 31 Jul 2023 14:51:03 +0000
(16:51 +0200)
gsk/vulkan/gskvulkancommandpool.c
patch
|
blob
|
history
diff --git
a/gsk/vulkan/gskvulkancommandpool.c
b/gsk/vulkan/gskvulkancommandpool.c
index 197e0aec2a68a0a5163688e084b8c9794c341e89..0da12c0b0eb8fae170cf24e605d32b5771877de5 100644
(file)
--- a/
gsk/vulkan/gskvulkancommandpool.c
+++ b/
gsk/vulkan/gskvulkancommandpool.c
@@
-56,6
+56,7
@@
gsk_vulkan_command_pool_free (GskVulkanCommandPool *self)
self->vk_command_pool,
NULL);
+ g_object_unref (self->vulkan);
g_free (self);
}