We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1160739 commit 547830cCopy full SHA for 547830c
1 file changed
runtime/activation.cc
@@ -66,7 +66,7 @@ absl::StatusOr<bool> Activation::ProvideValue(
66
const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,
67
google::protobuf::MessageFactory* absl_nonnull message_factory,
68
google::protobuf::Arena* absl_nonnull arena, Value* absl_nonnull result) const {
69
- absl::MutexLock lock(&mutex_);
+ absl::MutexLock lock(mutex_);
70
auto iter = values_.find(name);
71
ABSL_ASSERT(iter != values_.end());
72
ValueEntry& entry = iter->second;
0 commit comments