Suppress ASAN report about memory leaks in g_quark_init()
This is a one off allocation which won't be fixed by glib maintainers (see https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2135 and https://discourse.gnome.org/t/feature-request-enable-compilation-without-memory-leaks/6960 etc).
This commit is contained in:
parent
ac3cea5bcd
commit
dc55e4fe11
1 changed files with 6 additions and 0 deletions
|
|
@ -48,3 +48,9 @@ leak:_gtk_css_image_draw
|
|||
# a one off allocation not freed and not an unbounded leak).
|
||||
leak:cups_request_printer_list_cb
|
||||
leak:cups_dispatch_watch_dispatch
|
||||
|
||||
# Avoid leak reports for glib one off allocations (see also glib own Valgrind
|
||||
# suppressions file glib.supp, found under /usr/share/glib-2.0/valgrind on
|
||||
# Linux systems).
|
||||
leak:g_malloc
|
||||
leak:g_quark_init
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue