[TIMOB-28232] iOS: Several memory leaks in Titanium
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2020-12-09T16:28:39.000+0000 |
Affected Version/s | Release 9.2.1, Release 9.2.2 |
Fix Version/s | Release 9.3.0 |
Components | iOS |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Vijay Singh |
Created | 2020-11-07T21:28:26.000+0000 |
Updated | 2020-12-09T16:28:51.000+0000 |
Description
Cloned from the same issue on Android - TIMOB-28208
We are using Instruments to find memory leaks and after playing with it for a few minutes, we already found 8 leaks (one is from the Ti.Identity module, the others from the core). Please let us know where to share the Instruments file in a confidential way.
PR to attempt to fix the Ti.Identity leaks: https://github.com/appcelerator-modules/titanium-identity/pull/101 PR to attempt to fix the core leaks: https://github.com/appcelerator/titanium_mobile/pull/12254
PR to include module in sdk - https://github.com/appcelerator/titanium_mobile/pull/12329
Updated ti.identity module included in master and 9_3_X for 9.3.0 target.
FR Passed.