Skip to content

Commit

Permalink
chore: Generalize the suppression file to work for any libreadline path
Browse files Browse the repository at this point in the history
  • Loading branch information
itislu committed Jul 20, 2024
1 parent d4fd1ce commit 1ae8eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minishell.supp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
libreadline
Memcheck:Leak
...
obj:/usr/lib/x86_64-linux-gnu/libreadline.so.*
obj:*libreadline.so.*
...
}
}

0 comments on commit 1ae8eb7

Please sign in to comment.