Skip to content

Commit

Permalink
valgrind: Ignore leak of the libosinfo database.
Browse files Browse the repository at this point in the history
This is deliberately leaked when it is lazy-loaded, ignore memory
leaks.
  • Loading branch information
rwmjones committed Apr 14, 2020
1 parent 9a360e6 commit 8e870da
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions valgrind-suppressions
Expand Up @@ -431,3 +431,12 @@
...
fun:Perl_re_op_compile
}

# libosinfo database reference is deliberately leaked
# see v2v/libosinfo_utils.ml:get_db
{
libosinfo_leak_1
Memcheck:Leak
...
fun:v2v_osinfo_db_load
}

0 comments on commit 8e870da

Please sign in to comment.