Merge branch '2136-option-context-suppressions' into 'master'

glib.supp: Suppress reachable leak of g_set_prgname() string

Closes #2136

See merge request GNOME/glib!1540
This commit is contained in:
Nirbheek Chauhan 2020-06-17 20:03:21 +00:00
commit 884d989bd9

View File

@ -1023,3 +1023,13 @@
...
fun:g_thread_pool_new
}
# One-time program name storage
{
g_set_prgname
Memcheck:Leak
match-leak-kinds:reachable
fun:malloc
...
fun:g_set_prgname
}