summaryrefslogtreecommitdiff
path: root/src/util/misc.supp
blob: afcac61285f42ec3f588cbc132e769fd4812a994 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  <gnunet_gcrypt_init>
  Memcheck:Leak
  match-leak-kinds:reachable
  ...
  fun:GNUNET_CRYPTO_random_init
  fun:call_init.part.0
  ...
}

{
  <mpi_ec_new>
  Memcheck:Leak
  match-leak-kinds:reachable
  ...
  fun:point_from_keyparam
  fun:_gcry_mpi_ec_new
  ...
}

{
  <gnunet_log_setup>
  Memcheck:Leak
  match-leak-kinds:reachable
  ...
  fun:GNUNET_log_setup
  ...
}