mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +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);
|
g_free (props);
|
||||||
#if GST_VULKAN_HAVE_VIDEO_EXTENSIONS
|
#if GST_VULKAN_HAVE_VIDEO_EXTENSIONS
|
||||||
g_free (queue_family_video_props);
|
g_free (queue_family_video_props);
|
||||||
|
g_free (queue_family_query_props);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
|
|
Loading…
Reference in a new issue