Skip to content

Commit

Permalink
Don't delete the member of the base in ACEXML_SAXNotSupportedExceptio…
Browse files Browse the repository at this point in the history
…n, the base class destructor already handles that

    * ACE/ACEXML/common/SAXExceptions.cpp:
  • Loading branch information
jwillemsen committed Sep 14, 2016
1 parent 5f217dc commit 4ebc48a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ACE/ACEXML/common/SAXExceptions.cpp
Expand Up @@ -111,7 +111,6 @@ ACEXML_SAXNotSupportedException::ACEXML_SAXNotSupportedException (const ACEXML_C

ACEXML_SAXNotSupportedException::~ACEXML_SAXNotSupportedException (void)
{
delete[] this->message_;
}


Expand Down

0 comments on commit 4ebc48a

Please sign in to comment.