ademanuele / VSMac-CodeCoverage

A Visual Studio for Mac code coverage extension.
MIT License
75 stars 16 forks source link

Dispose the presenter before the view #24

Open Therzok opened 1 year ago

Therzok commented 1 year ago

This should ensure that the presenter doesn't access anything from the view that would access deallocated memory.

Xamarin.Mac's Dispose releases the native handle, which might cause the native memory to be deallocated