Skip to content

Commit 8bccf7d

Browse files
committed
Use exact function names
1 parent 90c193d commit 8bccf7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/valgrind.supp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@
8686
<protobuf>:leak on library initialization
8787
Memcheck:Leak
8888
...
89-
fun:*google*protobuf*AddDescriptors*
89+
fun:*google*protobuf*AddDescriptorsRunner*
9090
}
9191
{
9292
<protobuf>:leak on library initialization
9393
Memcheck:Leak
9494
...
95-
fun:*google*protobuf*RegisterGeneratedFile*
95+
fun:*google*protobuf*InternalRegisterGeneratedFile*
9696
}

0 commit comments

Comments
 (0)