[TIMOB-18028] iOS: Fix all memory leaks detected in static analyzer
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-11-19T17:33:52.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.5.0, Release 4.0.0 |
Components | iOS |
Labels | n/a |
Reporter | Chee Kiat Ng |
Assignee | Eric Merriman |
Created | 2014-11-13T03:45:01.000+0000 |
Updated | 2017-03-21T20:37:30.000+0000 |
Description
Static analyzer detects potential memory leak of objects. These should be checked and fixed when necessary.
Verification method:
1. in Xcode, Product -> Analyze
2. Results will appear, look out for "Memory" type errors
Resolving this ticket will result in 0 "Memory" type errors.
PR Here: https://github.com/appcelerator/titanium_mobile/pull/6350 2 errors (or warnings) remain, to be explored in the future.
PR https://github.com/appcelerator/titanium_mobile/pull/6350 closed. Changes cherry-picked to 3_5_0_64-bit branch to avoid merge conflicts New PR https://github.com/appcelerator/titanium_mobile/pull/6363
Closing ticket as fixed.