summaryrefslogtreecommitdiff
path: root/tests/Alt_Mapping/ub_struct_seq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Alt_Mapping/ub_struct_seq.cpp')
-rw-r--r--tests/Alt_Mapping/ub_struct_seq.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Alt_Mapping/ub_struct_seq.cpp b/tests/Alt_Mapping/ub_struct_seq.cpp
index 568fafb76b2..456140f8fc6 100644
--- a/tests/Alt_Mapping/ub_struct_seq.cpp
+++ b/tests/Alt_Mapping/ub_struct_seq.cpp
@@ -34,8 +34,6 @@ Test_Unbounded_Struct_Sequence::~Test_Unbounded_Struct_Sequence (
{
CORBA::string_free (this->opname_);
this->opname_ = 0;
- // the other data members will be freed as they are "_var"s and objects
- // (rather than pointers to objects)
}
const char *
@@ -95,6 +93,7 @@ Test_Unbounded_Struct_Sequence::run_sii_test (
ex._tao_print_exception ("Test_Struct_Sequence::run_sii_test\n");
}
+
return -1;
}