zanmato1984 commented on code in PR #47743:
URL: https://github.com/apache/arrow/pull/47743#discussion_r2411512510
##########
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:
It's probably not a big deal, but why don't we use a little more canonical
symbol names like `fun:*google*protobuf*AddDescriptorsRunner*` and
`fun:*google*protobuf*InternalRegisterGeneratedFile*`?
--
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]