/[classpath]/classpath/javax/imageio/spi/IIORegistry.java
ViewVC logotype

Diff of /classpath/javax/imageio/spi/IIORegistry.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4.2.5 by gnu_andrew, Tue Aug 16 16:22:38 2005 UTC revision 1.4.2.6 by gnu_andrew, Sat Sep 10 15:31:48 2005 UTC
# Line 62  public final class IIORegistry extends S Line 62  public final class IIORegistry extends S
62        
63    public static synchronized IIORegistry getDefaultInstance()    public static synchronized IIORegistry getDefaultInstance()
64    {    {
65        // XXX: This leaks memory if a ThreadGroup isn't available anymore.
66      ThreadGroup group = Thread.currentThread().getThreadGroup();      ThreadGroup group = Thread.currentThread().getThreadGroup();
67      IIORegistry registry = (IIORegistry) instances.get(group);      IIORegistry registry = (IIORegistry) instances.get(group);
68            

Legend:
Removed from v.1.4.2.5  
changed lines
  Added in v.1.4.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26