You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2008/02/26 17:51:09 UTC

svn commit: r631289 - /xerces/c/branches/xerces-2/doc/program-sax2.xml

Author: cargilld
Date: Tue Feb 26 08:51:08 2008
New Revision: 631289

URL: http://svn.apache.org/viewvc?rev=631289&view=rev
Log:
add missing xmlstring::release

Modified:
    xerces/c/branches/xerces-2/doc/program-sax2.xml

Modified: xerces/c/branches/xerces-2/doc/program-sax2.xml
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2/doc/program-sax2.xml?rev=631289&r1=631288&r2=631289&view=diff
==============================================================================
--- xerces/c/branches/xerces-2/doc/program-sax2.xml (original)
+++ xerces/c/branches/xerces-2/doc/program-sax2.xml Tue Feb 26 08:51:08 2008
@@ -90,6 +90,7 @@
     cout << "Fatal Error: " << message
          << " at line: " << exception.getLineNumber()
          << endl;
+    XMLString::release(&message);         
 }</source>
 
       <p>The XMLCh and Attributes types are supplied by



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org