mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-28 10:06:53 +02:00
Merge branch 'issue-2135' into 'master'
Add g_get_language_names_with_category() to the suppressions file Closes #2135 See merge request GNOME/glib!1536
This commit is contained in:
commit
c6647b235d
27
glib.supp
27
glib.supp
@ -443,6 +443,33 @@
|
|||||||
fun:g_get_language_names
|
fun:g_get_language_names
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
g-get-language_names-with-category-malloc
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds:reachable
|
||||||
|
fun:malloc
|
||||||
|
...
|
||||||
|
fun:g_get_language_names_with_category
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
g-get-language_names-with-category-calloc
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds:reachable
|
||||||
|
fun:calloc
|
||||||
|
...
|
||||||
|
fun:g_get_language_names_with_category
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
g-get-language_names-with-category-realloc
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds:reachable
|
||||||
|
fun:realloc
|
||||||
|
...
|
||||||
|
fun:g_get_language_names_with_category
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
g-static-mutex
|
g-static-mutex
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
|
Loading…
x
Reference in New Issue
Block a user