1. getInfoString() in pdftohtml.cc leaks a GooString() on every call (this is called a fixed number of times per run) 2. HtmlOutputDev::mapEncodingToHtml returns a new char* on every call that is never freed (this is called for every generated .html file).
Created attachment 56780 [details] [review] minor code cleanup First, get rid of static data members and some duplicated code.
Created attachment 56781 [details] [review] fix the two leaks mentioned above.
Fixed in next release. Thanks for the report
Doh, i fixed those already :D
Pushed your cleanup code to master too.
Sorry, I should've mentioned I was about to submit a patch :o
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.