Return-Path: Delivered-To: apmail-xml-xalan-cvs-archive@xml.apache.org Received: (qmail 78585 invoked by uid 500); 4 Apr 2002 06:17:53 -0000 Mailing-List: contact xalan-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: Delivered-To: mailing list xalan-cvs@xml.apache.org Received: (qmail 78574 invoked from network); 4 Apr 2002 06:17:53 -0000 Date: 4 Apr 2002 06:17:52 -0000 Message-ID: <20020404061752.1526.qmail@icarus.apache.org> From: dbertoni@apache.org To: xml-xalan-cvs@apache.org Subject: cvs commit: xml-xalan/c/src/DOMSupport DOMServices.cpp X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dbertoni 02/04/03 22:17:52 Modified: c/src/DOMSupport DOMServices.cpp Log: OS/390 memory clean-up. Revision Changes Path 1.35 +8 -0 xml-xalan/c/src/DOMSupport/DOMServices.cpp Index: DOMServices.cpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/DOMSupport/DOMServices.cpp,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- DOMServices.cpp 3 Oct 2001 18:48:20 -0000 1.34 +++ DOMServices.cpp 4 Apr 2002 06:17:52 -0000 1.35 @@ -211,14 +211,22 @@ DOMServices::terminate() { releaseMemory(::s_XMLString); + releaseMemory(::s_XMLStringWithSeparator); + releaseMemory(::s_XMLNamespacePrefix); releaseMemory(::s_XMLNamespaceURI); releaseMemory(::s_XMLNamespace); releaseMemory(::s_XMLNamespaceWithSeparator); + releaseMemory(::s_XMLNamespaceSeparatorString); + releaseMemory(::s_XMLNamespacePrefixURI); ::s_XMLStringLength = 0; + ::s_XMLStringWithSeparatorLength = 0; + ::s_XMLNamespacePrefixLength = 0; ::s_XMLNamespaceURILength = 0; ::s_XMLNamespaceLength = 0; ::s_XMLNamespaceWithSeparatorLength = 0; + ::s_XMLNamespaceSeparatorStringLength = 0; + ::s_XMLNamespacePrefixURILength = 0; } --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: xalan-cvs-help@xml.apache.org