Skip to content

gstallocator: Use the right allocator instance to free memory

Xavier Claessens requested to merge xclaesse/gstreamer:allocator-copy into main

In the case GST_ALLOCATOR_FLAG_CUSTOM_ALLOC is set, copy is allocated by the default allocator and not mem->allocator.

Merge request reports