Skip to content

Commit 90c193d

Browse files
committed
GH-47742: [C++][CI] Silence Valgrind leak on protobuf initialization
1 parent a273e28 commit 90c193d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

cpp/valgrind.supp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,15 @@
8282
fun:curl_share_init
8383
fun:*Azure*CurlConnection*
8484
}
85+
{
86+
<protobuf>:leak on library initialization
87+
Memcheck:Leak
88+
...
89+
fun:*google*protobuf*AddDescriptors*
90+
}
91+
{
92+
<protobuf>:leak on library initialization
93+
Memcheck:Leak
94+
...
95+
fun:*google*protobuf*RegisterGeneratedFile*
96+
}

0 commit comments

Comments
 (0)