I seem to have a memory leak when running under version 1.6 of the
OS.  I have a custom view group which contains some controls and I set
it to be the current view via a call to setContentView(vg).  If I then
create a second view group and set it as the active view via
setContentView(newVg), the first view group is never freed (even when
I force a garbage collection).

Note that this works fine for versions 2.0 and above, so it is
possible that 1.6 has some kind of bug.  If so, does anyone know of a
workaround?  I can post a simple example of this problem if it would
help.

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to