From 3464710bf019646113db17dc511e6efd1fe96a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Thu, 2 Nov 2023 12:18:47 +0100 Subject: [PATCH] vulkan/operation: remove stored fences at the end Part-of: --- .../gst-plugins-bad/gst-libs/gst/vulkan/gstvkoperation.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkoperation.c b/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkoperation.c index fca86ae4fe..c410524860 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkoperation.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkoperation.c @@ -521,6 +521,8 @@ gst_vulkan_operation_end (GstVulkanOperation * self, GError ** error) gst_vulkan_fence_unref (fence); + gst_vulkan_trash_list_gc (priv->trash_list); + GST_OBJECT_LOCK (self); for (i = 0; priv->deps.frames && i < priv->deps.frames->len; i++) {