Memory Leak in XSD Types - missing virtual destructor definition in header files --------------------------------------------------------------------------------
Key: AXISCPP-1052 URL: https://issues.apache.org/jira/browse/AXISCPP-1052 Project: Axis-C++ Issue Type: Bug Components: XSD Types Environment: Windows XP, VS6 with Compuware BoundsChecker Reporter: Ryan McCullough Fix For: current (nightly) The following files need a virtual destructor added. AnyURI.hpp Base64Binary.hpp Boolean.hpp Byte.hpp Date.hpp DateTime.hpp Decimal.hpp Double.hpp Duration.hpp ENTITIES.hpp ENTITY.hpp Float.hpp GDay.hpp GMonth.hpp GMonthDay.hpp GYear.hpp GYearMonth.hpp HexBinary.hpp ID.hpp IDREF.hpp IDREFS.hpp Int.hpp Integer.hpp Language.hpp Long.hpp Name.hpp NCName.hpp NegativeInteger.hpp NMTOKEN.hpp NMTOKENS.hpp NonNegativeInteger.hpp NonPositiveInteger.hpp NOTATION.hpp PositiveInteger.hpp Short.hpp String.hpp Time.hpp Token.hpp UnsignedByte.hpp UnsignedInt.hpp UnsignedLong.hpp UnsignedShort.hpp XSD_QName.hpp Here is an example of what the destructor for AnyURI should look like: /** * Destructor */ virtual ~AnyURI() {}; -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]