summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/fe/fe_utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/fe/fe_utils.cpp')
-rw-r--r--TAO/TAO_IDL/fe/fe_utils.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/fe/fe_utils.cpp b/TAO/TAO_IDL/fe/fe_utils.cpp
index 2f4c371ddfe..834e824e3c5 100644
--- a/TAO/TAO_IDL/fe/fe_utils.cpp
+++ b/TAO/TAO_IDL/fe/fe_utils.cpp
@@ -58,8 +58,9 @@ FE_Utils::T_Inst_Info::destroy (void)
this->name_->destroy ();
delete this->name_;
this->name_ = 0;
-
+
this->args_->destroy ();
delete this->args_;
this->args_ = 0;
-} \ No newline at end of file
+}
+