Skip to content

Commit 53c9f8f

Browse files
authored
chore: Remove valgrind suppression for R bindings after updated jsonlite release (#580)
This suppression was annotated "Can be removed when jeroen/jsonlite#442 is released". This PR can serve as a placeholder for that until it is released
1 parent 6f8badb commit 53c9f8f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

valgrind.supp

-9
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,3 @@
5757
fun:malloc
5858
fun:_PyObject_GC_NewVar
5959
}
60-
61-
# Can be removed when https://github.com/jeroen/jsonlite/pull/442 is released
62-
{
63-
<jsonlite>:Leak in base64_encode
64-
Memcheck:Leak
65-
...
66-
fun:base64_encode
67-
fun:R_base64_encode
68-
}

0 commit comments

Comments
 (0)