summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-09-14 11:36:02 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-09-14 11:36:02 +0200
commit4ebc48ab2088bb536b3810db372b830415bbe74c (patch)
tree116f75d972fcff2a20f607ebe57f7056a50eb7ae
parent5f217dc03ff7bb574f281056b2d526b50863d65b (diff)
downloadATCD-4ebc48ab2088bb536b3810db372b830415bbe74c.tar.gz
Don't delete the member of the base in ACEXML_SAXNotSupportedException, the base class destructor already handles that
* ACE/ACEXML/common/SAXExceptions.cpp:
-rw-r--r--ACE/ACEXML/common/SAXExceptions.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/ACEXML/common/SAXExceptions.cpp b/ACE/ACEXML/common/SAXExceptions.cpp
index 7c9e575e321..e03ef586091 100644
--- a/ACE/ACEXML/common/SAXExceptions.cpp
+++ b/ACE/ACEXML/common/SAXExceptions.cpp
@@ -111,7 +111,6 @@ ACEXML_SAXNotSupportedException::ACEXML_SAXNotSupportedException (const ACEXML_C
ACEXML_SAXNotSupportedException::~ACEXML_SAXNotSupportedException (void)
{
- delete[] this->message_;
}