summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-01-27 18:51:09 +0100
committerGitHub <noreply@github.com>2019-01-27 18:51:09 +0100
commitd0a3854868948c7dce47b7841a4dfb8df6d70460 (patch)
treed62b90aa4273487dcd9d9a9e28a566ef68814e76
parent282ecaf77e08bfc57851f57e93c2644021192ec2 (diff)
downloadATCD-revert-809-jwi-taoidlmemleak.tar.gz
Revert "Fixed memory leak of annotation_appls_"revert-809-jwi-taoidlmemleak
-rw-r--r--TAO/TAO_IDL/ast/ast_decl.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/ast/ast_decl.cpp b/TAO/TAO_IDL/ast/ast_decl.cpp
index ecc697cdf05..34648949f09 100644
--- a/TAO/TAO_IDL/ast/ast_decl.cpp
+++ b/TAO/TAO_IDL/ast/ast_decl.cpp
@@ -268,9 +268,6 @@ AST_Decl::destroy (void)
delete [] this->flat_name_;
this->flat_name_ = 0;
-
- delete this->annotation_appls_;
- this->annotation_appls_ = 0;
}
AST_Decl *