migueldeicaza / MonoTouch.Dialog

Tools to simplify creating dialogs with the user using MonoTouch
MIT License
431 stars 211 forks source link

Leaking UITableViewCells #201

Open georgepiva opened 11 years ago

georgepiva commented 11 years ago

I am facing UITableViewCells leaking inside my application project.

But I can see the same problem happening with the Sample project:

mt_d_sample_messageview_leaking

I am collecting more info to post here:

Did some of you face this issue before?

I am using:

Xamarin.iOS
Version: 7.0.1.4 (Business Edition)
Hash: 4cfca2f
Branch: 
Build date: 2013-20-09 23:14:32-0400

Other cells are also leaking as presented in the next screenshot:

othersleask

eduardocoelho commented 11 years ago

I'm having the same issue here, which is CRUCIAL for my application to run since my application is completely made of Dialog View controllers, Elements and Cells (which in turn hold other kind of that, such as images, etc).

I can see in the Mono Profiler that all Elements are properly released, but "somebody" else is holding my UITableViewCells.

I tested with a plain UITableViewCell subclass (without any additional member) and the problem still occurs.


EDIT: