summaryrefslogtreecommitdiff
path: root/lib/ldb/tests/ldb_match_test.valgrind
blob: 660bd5a6b46e0dda0d4447cacf1cc8828c6eedb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
   Memory allocated in set-up
   Memcheck:Leak
   match-leak-kinds: possible
   fun:malloc
   ...
   fun:setup
}
{
   Memory allocated by ldb_init
   Memcheck:Leak
   match-leak-kinds: possible
   fun:malloc
   ...
   fun:ldb_init
}