Skip to content

Commit 5cfd3df

Browse files
valgrind-python.supp: Update suppression for leaks
1 parent aa5b164 commit 5cfd3df

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

Misc/valgrind-python.supp

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -317,13 +317,10 @@
317317
{
318318
Avoid problems w/readline doing a putenv and leaking on exit
319319
Memcheck:Leak
320-
fun:malloc
321-
fun:xmalloc
322-
fun:sh_set_lines_and_columns
323-
fun:_rl_get_screen_size
324-
fun:_rl_init_terminal_io
325-
obj:/lib/libreadline.so.4.3
326-
fun:rl_initialize
320+
match-leak-kinds: definite,indirect
321+
...
322+
fun:setup_readline
323+
fun:PyInit_readline
327324
}
328325

329326
# Valgrind emits "Conditional jump or move depends on uninitialised value(s)"

0 commit comments

Comments
 (0)