summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-06-25 10:00:23 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-06-25 10:00:23 +0200
commite1d2dd92025037f1fac37a85a6bf465238e5c296 (patch)
tree628bb8b5e0dbd174fe9e6807ff319f8d5905bea4
parent65a1833f81bf3f84d4bd33d3944a9733f37aae94 (diff)
downloadATCD-e1d2dd92025037f1fac37a85a6bf465238e5c296.tar.gz
Fixed another refcount issue where the ec event count was intended
* TAO/orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.cpp:
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.cpp
index 6f45563bfcd..a4f22d857e1 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.cpp
@@ -81,7 +81,7 @@ void
TAO_EC_Default_ProxyPushConsumer::push (const RtecEventComm::EventSet& event)
{
TAO_EC_ProxyPushConsumer_Guard ace_mon (this->lock_,
- this->refcount_,
+ this->ec_refcount_,
this->event_channel_,
this);
if (!ace_mon.locked ())