projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e75fc3
)
vulkan: Plug a memleak
author
Benjamin Otte
<otte@redhat.com>
Sat, 22 Jul 2023 21:25:33 +0000
(23:25 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Sat, 22 Jul 2023 21:30:15 +0000
(23:30 +0200)
This one was introduced in
cd84f5a56ef
.
gsk/vulkan/gskvulkanrenderpassop.c
patch
|
blob
|
history
diff --git
a/gsk/vulkan/gskvulkanrenderpassop.c
b/gsk/vulkan/gskvulkanrenderpassop.c
index 0a785984d2f7bdd5c506b9499fd36770e478da3a..c63eda0d6822496e4d9e25c84a01ee29a129abe0 100644
(file)
--- a/
gsk/vulkan/gskvulkanrenderpassop.c
+++ b/
gsk/vulkan/gskvulkanrenderpassop.c
@@
-325,5
+325,7
@@
gsk_vulkan_render_pass_op_offscreen (GskVulkanRender *render,
image,
VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL);
+ g_object_unref (image);
+
return image;
}