test: vkimagebufferpool: fix queue leak

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6143>
This commit is contained in:
Stéphane Cerveau 2024-02-19 14:24:51 +01:00 committed by GStreamer Marge Bot
parent 11f6984bf5
commit 977a59a3fb

View file

@ -39,7 +39,6 @@ setup (void)
device = gst_vulkan_device_new_with_index (instance, 0);
fail_unless (gst_vulkan_device_open (device, NULL));
queue = gst_vulkan_device_select_queue (device, VK_QUEUE_COMPUTE_BIT);
}
static void