mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
vkphysicaldevice: fix leak with queue_family_query_props
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4904>
This commit is contained in:
parent
6920166af4
commit
c1149d60c1
1 changed files with 1 additions and 0 deletions
|
@ -1053,6 +1053,7 @@ gst_vulkan_physical_device_fill_info (GstVulkanPhysicalDevice * device,
|
|||
g_free (props);
|
||||
#if GST_VULKAN_HAVE_VIDEO_EXTENSIONS
|
||||
g_free (queue_family_video_props);
|
||||
g_free (queue_family_query_props);
|
||||
#endif
|
||||
}
|
||||
} else
|
||||
|
|
Loading…
Reference in a new issue