[Poppler-bugs] [Bug 91055] poppler SplashFontSrc leaking in SplashOutputDev::doUpdateFont

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jul 5 15:50:27 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=91055

--- Comment #1 from Albert Astals Cid <aacid at kde.org> ---
I guess this is a windows only problem, for the rest of platforms we're already
unref'ing it in SplashFontEngine::load* inside a 
#ifndef _WIN32

If we add that unref wholesale as you suggest we're double freeing in non
windows platforms so you'll need to propose a better patch, either adding the
unref only for windows or seeing if we can actually remove those #ifndef _WIN32
in the  SplashFontEngine::load* functions

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20150705/b7739aae/attachment.html>


More information about the Poppler-bugs mailing list