aboutsummaryrefslogtreecommitdiff
path: root/tests/.valgrind.supp
blob: d65fb52e54e77cdedac44d6a49ec90b91ee16991 (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
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
   libc_dirty_free_on_exit
   Memcheck:Free
   fun:free
   fun:__libc_freeres
   fun:_vgnU_freeres
   fun:__run_exit_handlers
   fun:exit
}

{
   QAuthenticator
   Memcheck:Leak
   match-leak-kinds: possible
   ...
   fun:_ZN14QAuthenticator6detachEv
}

{
   QTimer
   Memcheck:Leak
   match-leak-kinds: possible
   fun:_Znwm
   fun:_ZN7QObjectC1EPS_
   fun:_ZN6QTimerC1EP7QObject
}

{
   QSslConfiguration
   Memcheck:Leak
   match-leak-kinds: possible
   fun:_Znwm
   ...
   fun:_ZN17QSslConfigurationC1Ev
}

{
   libcrypto_ASN1
   Memcheck:Leak
   match-leak-kinds: definite
   fun:malloc
   ...
   fun:ASN1_item_ex_d2i
}

{
   malloc_from_libcrypto
   Memcheck:Leak
   match-leak-kinds: possible
   fun:malloc
   fun:CRYPTO_malloc
   ...
   obj:/lib/x86_64-linux-gnu/libcrypto.so.*
}

{
   Slot_activation_from_QtNetwork
   Memcheck:Leak
   match-leak-kinds: definite
   fun:malloc
   fun:inflateInit2_
   obj:/*/*/*/libQt5Network.so.*
   ...
   fun:_ZN11QMetaObject8activateEP7QObjectiiPPv
   ...
   fun:_ZN11QMetaObject8activateEP7QObjectiiPPv
   obj:/*/*/*/libQt5Network.so.*
}