Thank you...
On Wed, Jul 10, 2013 at 11:26 PM, Jens <[email protected]> wrote: > Take a read: > > https://developer.mozilla.org/en-US/docs/Web/JavaScript/Memory_Management > > > GWT also has two articles about memory leaks: > > https://code.google.com/p/google-web-toolkit/wiki/UnderstandingMemoryLeaks > http://www.gwtproject.org/articles/dom_events_memory_leaks_and_you.html > > > In short: If you remove a widget from your UI and your code does not hold > any reference to this widget anymore, it will be GC'd. > > -- J. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Google Web Toolkit" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-web-toolkit/8eHAJOvEIuc/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
