<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 8: Memory Leak</title><link>https://sourceforge.net/p/thinlet/bugs/8/</link><description>Recent changes to 8: Memory Leak</description><atom:link href="https://sourceforge.net/p/thinlet/bugs/8/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 15 Feb 2006 17:49:25 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/thinlet/bugs/8/feed.rss" rel="self" type="application/rss+xml"/><item><title>Memory Leak</title><link>https://sourceforge.net/p/thinlet/bugs/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I did this simple test:&lt;/p&gt;
&lt;p&gt;for(int i=0;i&amp;lt;10000;i++){&lt;br /&gt;
Thinlet t = new Thinlet();&lt;/p&gt;
&lt;p&gt;t.add(t.parse("file:///tmp/CriaPaginaHTML_desenv.xml"));&lt;/p&gt;
&lt;p&gt;FrameLauncher d = new FrameLauncher("Page",t,700,500);&lt;br /&gt;
d.dispose();&lt;br /&gt;
System.gc();&lt;br /&gt;
System.out.println(i+"&lt;br /&gt;
memory="+(Runtime.getRuntime().totalMemory() -&lt;br /&gt;
Runtime.getRuntime().freeMemory()));&lt;br /&gt;
}                          &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;the memory grows until an out of memory exception !&lt;/p&gt;
&lt;p&gt;when i did this other test:&lt;/p&gt;
&lt;p&gt;for(int i=0;i&amp;lt;10000;i++){&lt;br /&gt;
Thinlet t = new Thinlet();                         &lt;br /&gt;
t.add(t.create("textfield"));&lt;br /&gt;
FrameLauncher f = new FrameLauncher("Page",t,700,500);&lt;br /&gt;
d.dispose();&lt;br /&gt;
System.gc();&lt;br /&gt;
System.out.println(i+"&lt;br /&gt;
memory="+(Runtime.getRuntime().totalMemory() -&lt;br /&gt;
Runtime.getRuntime().freeMemory()));&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;i got no error !&lt;/p&gt;
&lt;p&gt;the "CriaPaginaHTML_desenv.xml" is attached.&lt;/p&gt;
&lt;p&gt;Willians Casatti&lt;br /&gt;
willians@klais.com.br&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 15 Feb 2006 17:49:25 -0000</pubDate><guid>https://sourceforge.nete5102fe871143b13e43af6f8f5d5f1bad752e4bb</guid></item></channel></rss>