https://issues.apache.org/bugzilla/show_bug.cgi?id=50892

           Summary: Memory leak / Invalid PageViewports stored in
                    IDTracker
           Product: Fop
           Version: all
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: martin.koeg...@brz.gv.at


PageViewports are added to the IDTracker, while content is put into them.
The PageProvider discards PageViewports under some conditions
(discardCacheStartingWith) - the result is, that the ID Tracker has references
to the old PageViewport while the new PageViewport is used for rendering. 

There is a memory leak, as some content is put on the old PageViewport first,
before generating the new PageViewport. The content of the new PageViewport is
freed during rendering - the content of the old PageViewport is not freed.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to