Skip to content

WIP: cleanup shutdown shout library

Olivier Crête requested to merge ocrete/gst-plugins-good:shout2-shutdown into master

Not shutting it down causing a leak as it calls sethostent(1), but otherwise never calls endhostent().

I think this is the right fix instead of !204 (closed) and it should stop our tests from failing randomly.

Edited by Olivier Crête

Merge request reports