summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Ref_Table.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object_Ref_Table.inl')
-rw-r--r--TAO/tao/Object_Ref_Table.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Object_Ref_Table.inl b/TAO/tao/Object_Ref_Table.inl
index e84bfc38a3b..629089dad93 100644
--- a/TAO/tao/Object_Ref_Table.inl
+++ b/TAO/tao/Object_Ref_Table.inl
@@ -34,8 +34,8 @@ TAO_Object_Ref_Table::destroy (void)
{
Table tmp;
- ACE_GUARD (TAO_SYNCH_MUTEX,
- guard,
+ ACE_GUARD (TAO_SYNCH_MUTEX,
+ guard,
this->lock_);
this->table_.swap (tmp); // Force release of memory held by our table.