Skip to content

Commit c92607d

Browse files
CEL Dev Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 862717258
1 parent 547830c commit c92607d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/internal/runtime_env.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ google::protobuf::MessageFactory* absl_nonnull RuntimeEnv::MutableMessageFactory
3939
if (shared_message_factory != nullptr) {
4040
return shared_message_factory;
4141
}
42-
absl::MutexLock lock(&message_factory_mutex);
42+
absl::MutexLock lock(message_factory_mutex);
4343
shared_message_factory = message_factory_ptr.load(std::memory_order_relaxed);
4444
if (shared_message_factory == nullptr) {
4545
if (descriptor_pool.get() == google::protobuf::DescriptorPool::generated_pool()) {

0 commit comments

Comments
 (0)