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
Original issue reported on code.google.com by
a.bromw...@gmail.com
on 31 May 2013 at 2:13