vkphysicaldevice: fix leak with queue_family_query_props

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4904>
This commit is contained in:
Stéphane Cerveau 2023-06-19 12:57:23 +02:00 committed by GStreamer Marge Bot
parent 6920166af4
commit c1149d60c1

View file

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