You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/02/20 17:42:06 UTC

DO NOT REPLY [Bug 17247] New: - XObjectFactoryDefault::reset not clearing string cache

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17247>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17247

XObjectFactoryDefault::reset not clearing string cache

           Summary: XObjectFactoryDefault::reset not clearing string cache
           Product: XalanC
           Version: 1.4.x
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: XPathC
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: barber@secstan.com


XObjectFactoryDefault::reset() should include the line:

	m_xstringCache.clear();

otherwise the cache is not cleared, and XString pointers in it are left hanging.