about summary refs log tree commit diff stats
path: root/prof.supp
blob: fba137a268ba6605ca4ecbde85a70efd899634c4 (plain) (blame)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
  _dl_init
  Memcheck:Leak
  ...
  fun:_dl_init
  ...
}

# libotr

{
  otrl_init
  Memcheck:Leak
  ...
  fun:_otr_init
  fun:_init
  fun:prof_run
  ...
}

{
  otrl_privkey_read
  Memcheck:Leak
  ...
  fun:otrl_privkey_read_FILEp
  fun:otrl_privkey_read
  ...
}

# Ignore history module, needs to be rewritten

{
  history_next
  Memcheck:Leak
  ...
  fun:history_next
  ...
}

{
  history_previous
  Memcheck:Leak
  ...
  fun:history_previous
  ...
}

{
  history_append
  Memcheck:Leak
  ...
  fun:history_append
  ...
}