Skip to content

Commit

Permalink
ci: try to make the suppression work
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Jan 8, 2025
1 parent 1bfe38a commit 40d3ba2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions valgrind.sup
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,12 @@
fun:_ZNK13QFontMetricsF7leadingEv
obj:/opt/qt/6.6.0/gcc_64/lib/libQt6Gui.so.6.6.0
}

{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
obj:/usr/lib/x86_64-linux-gnu/libfontconfig.so.1.12.1
...
}

0 comments on commit 40d3ba2

Please sign in to comment.