[AC-2432] Posting data with httpClient causes memory leaks
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2014-07-04T21:30:04.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | ios, network |
Reporter | Stefan Sgorzaly |
Assignee | Mauro Parra-Miranda |
Created | 2013-12-10T12:50:33.000+0000 |
Updated | 2016-03-08T07:41:28.000+0000 |
Description
If I post data with httpClient I get memory leaks. Attached is a simple test project. In FirstView.js the app posts after clicking the 'send' button data with the httpClient. Watching the allocations with the XCode Instruments tool you'll detect memory leaks.
Attachments
File | Date | Size |
xhrTest.zip | 2013-12-10T12:50:33.000+0000 | 2157541 |
[~stefan.sgorzaly] Thank you for reporting this issue. In order to investigate more, please provide us the testing environment information like Titanium SDK version, operating system, Titanium CLI version, Xcode build version etc.
My environment: Titanium Studio 3.1.4.201310171935 Titanium SDK 3.1.3.GA CLI version 3.1.2 XCode Version 5.0.2 (5A3005) iOS SDK 7.0 OSX Version 10.9
Can't reproduce.