MVVMCross - SqlBits memory leak

We are developing a Monotouch application with MVVMCross, similar to the SqliBits sample (UINavigationCOntroller has a tab controller, and there is a navigation navigator inside the tab controller). It seems that memory is being allocated, but never released.

To reproduce this error, run the SqliBits sampler with the profiler, select the “Sessions” tab, then select the day ago, select the day ago, ... and then look at the memory allocation and you will see that the memory is allocated but has never been released.

I can attach the image yet, but it’s pretty easy to reproduce the error.

Regards, Dan

+1
source share
1 answer

, https://github.com/slodge/MvvmCross/issues/19

iOS Views ( View ViewDidUnload), - "".

, , , ViewModel Action RelayCommand. , , Dispose RelayCommand, , , (. https://github.com/slodge/MvvmCross/commit/8fc1af3fc9960445b5358daf8111f6bc9683b907)

0

All Articles