Skip to content
  • Mathieu Duponchelle's avatar
    valgrind suppressions: ignore XInitThreads leaks · ae7a2136
    Mathieu Duponchelle authored
    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.
    ae7a2136