summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp
index 5e4861d3684..1832ddee8f7 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp
@@ -22,7 +22,7 @@
ACE_RCSID (PortableGroup,
- PG_Group_Factory::,
+ PG_Group_Factory,
"$Id$")
@@ -89,7 +89,6 @@ TAO::PG_Object_Group * TAO::PG_Group_Factory::create_group (
PortableGroup::TagGroupTaggedComponent tagged_component;
if (! TAO::PG_Utils::get_tagged_component (empty_group, tagged_component))
{
- delete empty_group;
ACE_THROW_RETURN (PortableGroup::ObjectNotCreated(), 0);
}
@@ -111,7 +110,6 @@ TAO::PG_Object_Group * TAO::PG_Group_Factory::create_group (
if (this->group_map_.bind (group_id, objectGroup) != 0)
{
- delete empty_group;
delete objectGroup;
ACE_THROW_RETURN (PortableGroup::ObjectNotCreated(), 0);
}