mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-19 05:28:34 +02:00
[valgrind] More suppressions for XrmGetStringDatabase().
Another variation in the callstack needs suppressing.
This commit is contained in:
parent
64ba6c74db
commit
ae7bdd7ee0
1 changed files with 32 additions and 0 deletions
|
|
@ -275,6 +275,38 @@
|
|||
fun:NewDatabase
|
||||
fun:XrmGetStringDatabase
|
||||
}
|
||||
{
|
||||
XrmGetStringDatabase is fairly obnoxious about leaving reachable memory around
|
||||
Memcheck:Leak
|
||||
fun:realloc
|
||||
fun:add_codeset
|
||||
fun:load_generic
|
||||
fun:initialize
|
||||
fun:_XlcCreateLC
|
||||
fun:_XlcDefaultLoader
|
||||
fun:_XOpenLC
|
||||
}
|
||||
{
|
||||
XrmGetStringDatabase is fairly obnoxious about leaving reachable memory around
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:add_codeset
|
||||
fun:load_generic
|
||||
fun:initialize
|
||||
fun:_XlcCreateLC
|
||||
fun:_XlcDefaultLoader
|
||||
fun:_XOpenLC
|
||||
}
|
||||
{
|
||||
XrmGetStringDatabase is fairly obnoxious about leaving reachable memory around
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:load_generic
|
||||
fun:initialize
|
||||
fun:_XlcCreateLC
|
||||
fun:_XlcDefaultLoader
|
||||
fun:_XOpenLC
|
||||
}
|
||||
{
|
||||
XrmGetStringDatabase is fairly obnoxious about leaving reachable memory around
|
||||
Memcheck:Leak
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue