> This issue might be in the package since poppler-0.71.patch.
> This patch makes some changes how containers get accessed.

I've had a look at this in xpopple today (my Poppler-ified version of
xpdf; see #977182 or http://offog.org/code/xpopple/).

Previously I'd kept a copy of GooList in xpopple when it was removed
from Poppler (renamed to XPDFList), but I've now reworked the remaining
GooList-using code to use std::vector instead, without using raw
pointers -- in the places where the items do need to be owning pointers
I've used vector<unique_ptr<>> instead, which makes the code quite a bit
simpler.

My XPDFParams code would probably be tricky to backport to Debian's
current version, but you might be able to take the patches for the other
GooLists as is...

Cheers,

-- 
Adam Sampson <a...@offog.org>                         <http://offog.org/>

Reply via email to