gstreamer/tests/check/generic
Mathieu Duponchelle ae7a213628 valgrind suppressions: ignore XInitThreads leaks
As we load that symbol dynamically, valgrind gets confused
when it leaks and reports the leak against an unrelated library
and an unknown (??) symbol.

To address that, put the loading and calling of that symbol
in a separate function, and ignore any malloc leak happening
in that function.
2018-04-12 19:08:41 +02:00
..
.gitignore reorganize stuff under tests/ 2005-11-30 17:38:24 +00:00
clock-selection.c tests: include config.h and don't include unix headers 2018-01-16 18:14:59 +00:00
states.c valgrind suppressions: ignore XInitThreads leaks 2018-04-12 19:08:41 +02:00