Skip to content

Likely memory leak #6

@GoogleCodeExporter

Description

@GoogleCodeExporter
It looks like the Poppler::Page object isn't getting cleaned up in the GetImage 
function?  Would need something like:

                memcpy(p, pngData.data(), pngData.length());
                delete page;  // Need to delete the page!
                return retVal;

Cheers,

Andrew

Original issue reported on code.google.com by a.bromw...@gmail.com on 31 May 2013 at 2:13

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions