]> git.ipfire.org Git - thirdparty/lldpd.git/blame - src/client/lldpcli.supp
client: add show interfaces command (#240)
[thirdparty/lldpd.git] / src / client / lldpcli.supp
CommitLineData
9a775667
VB
1# We have those one-time leaks that we don't bother to correct. Those leaks
2# are due to the conversion of the some map strings to tags. This
3# happens only when registering new commands, so once.
4{
5 one-time-memory-leak-with-med-civicaddress-map-conversion
6 Memcheck:Leak
7 ...
8 fun:strdup
9 fun:register_commands_medloc_addr
10 ...
11}
12{
13 one-time-memory-leak-with-med-policy-map-conversion
14 Memcheck:Leak
15 ...
16 fun:strdup
17 fun:register_commands_medpol
18 ...
19}
20{
21 one-time-memory-leak-with-power-map-conversion
22 Memcheck:Leak
23 ...
24 fun:strdup
25 fun:register_commands_pow_priority
26 ...
27}
28{
29 one-time-memory-leak-with-dot3-power-map-conversion
30 Memcheck:Leak
31 ...
32 fun:strdup
33 fun:register_commands_dot3pow
34 ...
35}
636aa620
VB
36{
37 one-time-memory-leak-with-lldp-status-map-conversion
38 Memcheck:Leak
39 ...
40 fun:strdup
41 fun:register_commands_configure_lldp
42 ...
43}
23e7fa38
VB
44
45# libreadline has no function to free memory
46{
47 readline-internal-memory
48 Memcheck:Leak
49 fun:malloc
50 ...
51 fun:readline
52 fun:main
53}