[Poppler-bugs] [Bug 25466] New: valgridn report memory leaks due to fontconfig

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Dec 5 12:49:04 PST 2009


http://bugs.freedesktop.org/show_bug.cgi?id=25466

           Summary: valgridn report memory leaks due to fontconfig
           Product: poppler
           Version: unspecified
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: minor
          Priority: low
         Component: general
        AssignedTo: poppler-bugs at lists.freedesktop.org
        ReportedBy: axel.struebing at freenet.de


initialization of fontconfig library in GlobalParams.cc by FcInit() is not
accompanied by FcFini() in destructor.

This results in valgrind reporting memory leaks.

May be this is just an annoyance to me. Calling FcFini();
just before deleting GlobalParams reduces the reported errors to one.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list