Skip to content
Snippets Groups Projects
Commit 9c3f0a5e authored by Martyn Gigg's avatar Martyn Gigg
Browse files

Remove match-leak-kinds from Valgrind suppression

They are only supported by >= v3.10 but our machine has 3.8
parent 236c0950
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,6 @@
{
<gomp_false_positive_leak_workspace2d>
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
fun:_dl_allocate_tls
...
......@@ -55,7 +54,6 @@
{
<gomp_false_positive_leak_mdgridboxtest>
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
fun:_dl_allocate_tls
...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment