lib/log: add valgrind suppression for zlog

These bits of memory are intentionally kept alive at exit so logging
still works.

Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
David Lamparter 2019-12-17 13:09:50 +01:00
parent 767439c558
commit 149e0bafd6

View File

@ -7,3 +7,11 @@
fun:ly_load_plugins_dir
fun:ly_load_plugins
}
{
<zlog_keep_working_at_exit>
Memcheck:Leak
match-leak-kinds: reachable
fun:calloc
fun:qcalloc
fun:zlog_target_clone
}