pitrou commented on code in PR #47743:
URL: https://github.com/apache/arrow/pull/47743#discussion_r2411699744
##########
cpp/valgrind.supp:
##########
@@ -82,3 +82,15 @@
fun:curl_share_init
fun:*Azure*CurlConnection*
}
+{
+ <protobuf>:leak on library initialization
+ Memcheck:Leak
+ ...
+ fun:*google*protobuf*AddDescriptors*
Review Comment:
I typed those by hand and was a bit silly. Now fixed.
##########
cpp/valgrind.supp:
##########
@@ -82,3 +82,15 @@
fun:curl_share_init
fun:*Azure*CurlConnection*
}
+{
+ <protobuf>:leak on library initialization
+ Memcheck:Leak
+ ...
+ fun:*google*protobuf*AddDescriptors*
Review Comment:
I typed those by hand and was a bit lazy. Now fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]