Skip to content

osxaudio: Avoid dangling pointer on shutdown

Thibault Saunier requested to merge thiblahute/gstreamer:osxsegfault into main

When tearing down the elements we were still referring to the ringbuffer unique_id as our property while it was already freed, leading to potential segfaults when accessing the property.

Merge request reports