summaryrefslogtreecommitdiff
path: root/modules/TAO/TAO_IDL/ast/ast_expression.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/TAO/TAO_IDL/ast/ast_expression.cpp')
-rw-r--r--modules/TAO/TAO_IDL/ast/ast_expression.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/TAO/TAO_IDL/ast/ast_expression.cpp b/modules/TAO/TAO_IDL/ast/ast_expression.cpp
index a51051f5c22..27b66536691 100644
--- a/modules/TAO/TAO_IDL/ast/ast_expression.cpp
+++ b/modules/TAO/TAO_IDL/ast/ast_expression.cpp
@@ -3194,12 +3194,12 @@ AST_Expression::destroy (void)
delete this->pd_v2;
this->pd_v2 = 0;
-
+
if (this->pd_n != 0)
{
this->pd_n->destroy ();
}
-
+
delete this->pd_n;
this->pd_n = 0;
}