-
Notifications
You must be signed in to change notification settings - Fork 0
Likely memory leak #6
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable