Skip to content

mdns: Fix a crash on context error

Jan Schmidt requested to merge thaytan/gstreamer:mdns-crash into main

Make sure not to free the microdns provider context until the device provider asks it to stop. Fixes a crash if there is an error (such as MDNS port being busy) that makes the mdns listener exit early.

Merge request reports