summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-03-23 00:17:42 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-03-23 00:17:42 +0000
commit5b43de1c5728b00b8ffb255f6e11f265d80ff5ec (patch)
tree66020427c20fd21d77e0d88a5d949a18daabde98
parentf66e545e71c8927ce1473cbead1287fecec0caf5 (diff)
downloadATCD-5b43de1c5728b00b8ffb255f6e11f265d80ff5ec.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/Exception.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Exception.cpp b/TAO/tao/Exception.cpp
index a5f4e3ef1bd..10594a1df15 100644
--- a/TAO/tao/Exception.cpp
+++ b/TAO/tao/Exception.cpp
@@ -40,6 +40,8 @@ CORBA_Environment::clear (void)
{
if (this->exception_)
this->exception_->Release ();
+
+ this->exception_ = 0;
}
void