mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
leaks: ignore readline add_history leaks
This commit is contained in:
parent
bd01c79838
commit
dd293c0183
1 changed files with 10 additions and 0 deletions
|
|
@ -6,3 +6,13 @@
|
||||||
fun:readline
|
fun:readline
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
<add_history>
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: reachable
|
||||||
|
...
|
||||||
|
fun:xmalloc
|
||||||
|
...
|
||||||
|
fun:add_history
|
||||||
|
...
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue