GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-07-09T11:24:05.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | Sprint 2012-14 Core, Release 3.0.0 |
Components | iOS |
Labels | core, module_memory, qe-ios060112, qe-testadded |
Reporter | Michael Pettiford |
Assignee | Max Stepanov |
Created | 2012-06-27T16:15:59.000+0000 |
Updated | 2013-07-22T23:42:23.000+0000 |
*Note this is not a regression, occurs in 2.0.2GA*
Steps to reproduce:
1. Import the attached app into Studio
2. Build for device
3. Run the Leaks instrument with the app as the target
4. Search for TiUIScrollable
5. Scroll the view to the right until view 3 and wait for the leaks to analyze the process
Actual result:
Memory is being leaked
*Note this did not occur on an iPhone 4S OS 5.0.1*
Expected result:
Memory is not leaked
After talking with Sabil, it looks like this could be an iOS native issue. See attached screenshot.
"Malloc 48 bytes" leaks are iOS 5.1 bug (https://devforums.apple.com/message/630695)
PR pending https://github.com/appcelerator/titanium_mobile/pull/2506
Verified fixed with: Titanium Studio, build: 2.1.1.201207271312 SDK version: 2.2.0.v20120813184911 Device: iPad3 4G (5.1.1)