The linksList need to be freed after usage. diff --git a/utils/HtmlOutputDev.cc b/utils/HtmlOutputDev.cc index 54f62e7..3da47ba 100644 --- a/utils/HtmlOutputDev.cc +++ b/utils/HtmlOutputDev.cc @@ -1094,6 +1094,7 @@ void HtmlOutputDev::endPage() { { processLink(linksList->getLink(i)); } + delete linksList; pages->conv(); pages->coalesce();
Thanks for the patch. Will be fixed in poppler 0.9.2
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.