skjiisa / Character-Tracker

Elder Scrolls character tracker for iOS
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Fix memory leaks in view controllers #86

Closed skjiisa closed 4 years ago

skjiisa commented 4 years ago

Memory leaks in the following view controllers (they don't deinitialize):

skjiisa commented 4 years ago

OK looks like there are more memory leaks in view controllers with alerts that have completion closures. [weak self] needs to be added in many of these cases.