mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-26 18:10:11 +01:00
Add yet another XrmGetStringDatabase valgrind suppression.
This commit is contained in:
parent
80cb0d5ba1
commit
35ec5747ca
1 changed files with 15 additions and 0 deletions
|
|
@ -230,6 +230,21 @@
|
|||
fun:NewDatabase
|
||||
fun:XrmGetStringDatabase
|
||||
}
|
||||
{
|
||||
XrmGetStringDatabase is fairly obnoxious about leaving reachable memory around
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:_XlcSetConverter
|
||||
fun:_XlcInitCTInfo
|
||||
fun:initialize
|
||||
fun:initialize
|
||||
fun:_XlcCreateLC
|
||||
fun:_XlcUtf8Loader
|
||||
fun:_XOpenLC
|
||||
fun:_XrmInitParseInfo
|
||||
fun:NewDatabase
|
||||
fun:XrmGetStringDatabase
|
||||
}
|
||||
{
|
||||
pthread initialization seems to leave some memory possibly lost
|
||||
Memcheck:Leak
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue