[Poppler-bugs] [Bug 45805] New: two memory leaks in pdftohtml

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Feb 8 14:24:37 PST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=45805

             Bug #: 45805
           Summary: two memory leaks in pdftohtml
    Classification: Unclassified
           Product: poppler
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: pdftohtml
        AssignedTo: poppler-bugs at lists.freedesktop.org
        ReportedBy: igor.redhat at gmail.com


1. getInfoString() in pdftohtml.cc leaks a GooString() on every call (this is
called a fixed number of times per run)
2. HtmlOutputDev::mapEncodingToHtml returns a new char* on every call that is
never freed (this is called for every generated .html file).

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


More information about the Poppler-bugs mailing list