bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/31539] New: ProgressBar memory leak - pango_context_load_


From: fkung at redhat dot com
Subject: [Bug classpath/31539] New: ProgressBar memory leak - pango_context_load_fontset ?
Date: 11 Apr 2007 17:34:48 -0000

>From mjw:
There is a memory leak when rotated text is used a lot (you can see it
in the classpath examples Swing Demo with the ProgressBar). We keep
allocating new FontPeers because the caching logic in
GtkToolkitget.ClasspathFontPeer() cannot see when TransformAttributes
are equal (since TransformAttribute doesn't implement equals() and
hashCode()). And FontPeer calls pango_context_load_fontset () which
seems to leak memory even though we seem to try to g_object_unref () it.

--
Possibly related to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28186 ?


-- 
           Summary: ProgressBar memory leak - pango_context_load_fontset ?
           Product: classpath
           Version: 0.93
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
        AssignedTo: fkung at redhat dot com
        ReportedBy: fkung at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31539





reply via email to

[Prev in Thread] Current Thread [Next in Thread]