summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/TAO_IDL/ast/ast_decl.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/ast/ast_decl.cpp b/TAO/TAO_IDL/ast/ast_decl.cpp
index 34648949f09..ecc697cdf05 100644
--- a/TAO/TAO_IDL/ast/ast_decl.cpp
+++ b/TAO/TAO_IDL/ast/ast_decl.cpp
@@ -268,6 +268,9 @@ AST_Decl::destroy (void)
delete [] this->flat_name_;
this->flat_name_ = 0;
+
+ delete this->annotation_appls_;
+ this->annotation_appls_ = 0;
}
AST_Decl *