Skip to content

Commit

Permalink
Merge branch 'master' into xtypes
Browse files Browse the repository at this point in the history
  • Loading branch information
mitza-oci committed Oct 30, 2020
2 parents 47255bb + c8a16ee commit 9bc32aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dds/DCPS/RTPS/Sedp.cpp
Expand Up @@ -2121,6 +2121,9 @@ void
Sedp::remove_from_bit_i(const DiscoveredSubscription& sub)
{
#ifndef DDS_HAS_MINIMUM_BIT
ACE_Reverse_Lock<ACE_Thread_Mutex> rev_lock(lock_);
ACE_GUARD(ACE_Reverse_Lock< ACE_Thread_Mutex>, rg, rev_lock);

DCPS::SubscriptionBuiltinTopicDataDataReaderImpl* bit = sub_bit();
// bit may be null if the DomainParticipant is shutting down
if (bit && sub.bit_ih_ != DDS::HANDLE_NIL) {
Expand Down

0 comments on commit 9bc32aa

Please sign in to comment.