We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ec9af commit 20e871fCopy full SHA for 20e871f
pybind11_protobuf/check_unknown_fields.cc
@@ -62,7 +62,7 @@ bool MessageMayContainExtensionsRecursive(const ::google::protobuf::Descriptor*
62
bool MessageMayContainExtensionsMemoized(const ::google::protobuf::Descriptor* descriptor) {
63
static auto* memoized = new MayContainExtensionsMap();
64
static absl::Mutex lock;
65
- absl::MutexLock l(&lock);
+ absl::MutexLock l(lock);
66
return MessageMayContainExtensionsRecursive(descriptor, memoized);
67
}
68
0 commit comments