mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02:00
Merge branch '2136-more-suppressions' into 'master'
glib.supp: Suppress calloc() variant of g_get_charset() Closes #2136 See merge request GNOME/glib!1550
This commit is contained in:
@@ -1012,6 +1012,15 @@
|
|||||||
fun:g_get_charset
|
fun:g_get_charset
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
g_get_charset_calloc
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds:reachable
|
||||||
|
fun:calloc
|
||||||
|
...
|
||||||
|
fun:g_get_charset
|
||||||
|
}
|
||||||
|
|
||||||
# Global unused thread queue
|
# Global unused thread queue
|
||||||
{
|
{
|
||||||
g_thread_pool_unused_thread_queue
|
g_thread_pool_unused_thread_queue
|
||||||
|
Reference in New Issue
Block a user