supp: Ignore leaks caused by shout/sethostent
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 4 Jun 2019 17:39:00 +0000 (13:39 -0400)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 24 Aug 2019 12:34:59 +0000 (15:34 +0300)
commitd5f9a5fffd77b3f00ba29d685fc720ad9268b7a5
treea19c3eea5bca0a333b6558029e2052d7c95bd388
parentc316436a4be2281586241bbeef708e2a0e82cf4c
supp: Ignore leaks caused by shout/sethostent

sethostent() seems to be using a global state and we endup with leaks from
that API when called through shout_init(). We had the option to only
ignore the shout case, but the impression is that if we have shout and
another sethostend user, as it's a global state, we may endup with a
different stack trace for the same leak. So in the end, we just ignore
memory allocated by sethostent in general.
tests/check/gst-plugins-good.supp