> It is possible that the finalize() has been called at much later point.
I should have probably said that lack of finalize() does not mean that the memory has not been regained. This isn't correct. If an object is an instance of a class with a non-trivial finalize method, then the object's memory cannot be reclaimed until the finalizer has run. Tom. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

