valgrind readline suppression
This commit is contained in:
parent
98451de1fa
commit
abd8da9e05
24
readline.supp
Normal file
24
readline.supp
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
<readline suppression>
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: reachable
|
||||||
|
...
|
||||||
|
fun:readline
|
||||||
|
...
|
||||||
|
}
|
||||||
|
{
|
||||||
|
<readline suppression>
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: definite
|
||||||
|
...
|
||||||
|
fun:readline
|
||||||
|
...
|
||||||
|
}
|
||||||
|
{
|
||||||
|
<readline suppression: add_history>
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: reachable
|
||||||
|
...
|
||||||
|
fun:add_history
|
||||||
|
...
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user