diff options
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/tao/Exception.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/Exception.i b/TAO/tao/Exception.i index 576ae4913f8..a27aa089eef 100644 --- a/TAO/tao/Exception.i +++ b/TAO/tao/Exception.i @@ -62,6 +62,7 @@ CORBA_Environment::clear (void) { this->exception_->Release (); } + this->exception_ = 0; } ACE_INLINE |