This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/main by this push:
new 53c9f8f6 chore: Remove valgrind suppression for R bindings after
updated jsonlite release (#580)
53c9f8f6 is described below
commit 53c9f8f69743d633b831b735de1402cca38713ad
Author: Benjamin Kietzman <[email protected]>
AuthorDate: Tue Sep 24 13:58:16 2024 -0500
chore: Remove valgrind suppression for R bindings after updated jsonlite
release (#580)
This suppression was annotated "Can be removed when
https://github.com/jeroen/jsonlite/pull/442 is released". This PR can
serve as a placeholder for that until it is released
---
valgrind.supp | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/valgrind.supp b/valgrind.supp
index c1753041..c26db940 100644
--- a/valgrind.supp
+++ b/valgrind.supp
@@ -57,12 +57,3 @@
fun:malloc
fun:_PyObject_GC_NewVar
}
-
-# Can be removed when https://github.com/jeroen/jsonlite/pull/442 is released
-{
- <jsonlite>:Leak in base64_encode
- Memcheck:Leak
- ...
- fun:base64_encode
- fun:R_base64_encode
-}