Skip to content

decodebin3: fix memory leak when remove candidate decoder

Qi Hou requested to merge hq/gstreamer:decodebin3-memleak into main

This is needed for commit 95ac8b0c when remove candidate decoder. It's my mistake to miss the g_free() which may cause memory leak.

Merge request reports