summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_root.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_root.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_root.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_root.cpp b/TAO/TAO_IDL/be/be_root.cpp
index 65385b6255c..581b218bc87 100644
--- a/TAO/TAO_IDL/be/be_root.cpp
+++ b/TAO/TAO_IDL/be/be_root.cpp
@@ -52,7 +52,7 @@ be_root::fe_add_sequence (AST_Sequence *t)
return 0;
}
- add_to_local_types(t);
+ add_to_local_types (t);
return t;
}
@@ -88,6 +88,7 @@ be_root::destroy (void)
// Call the destroy methods of our base classes.
be_scope::destroy ();
be_decl::destroy ();
+ AST_Root::destroy ();
}
int