vulkan: Plug a memleak

This one was introduced in cd84f5a56e.
This commit is contained in:
Benjamin Otte 2023-07-22 23:25:33 +02:00
parent 1e75fc35c8
commit 00b5df6b06

View File

@ -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;
}