Skip to content

d3d11memory: Fix potential crash in GstD3D11PoolAllocator

Seungha Yang requested to merge seungha.yang/gstreamer:d3d11-pool-alloc-fix into main

Allocator object can be the final refcount holder, when a GstD3D11Memory
is being released. Do unref allocator once there's no more remaining operation.

Merge request reports