vkupload: unref vkimagebufferpool
Since the vkupload pool refacto, the pool was not properly unrefed leading to a leak. Fix for fd5c344fb6 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5729>
This commit is contained in:
parent
ccf6ac2b4c
commit
44ba107715
@ -1404,6 +1404,8 @@ gst_vulkan_upload_decide_allocation (GstBaseTransform * bt, GstQuery * query)
|
||||
else
|
||||
gst_query_add_allocation_pool (query, pool, size, min, max);
|
||||
|
||||
gst_object_unref (pool);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user