Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3682] HTTPRequest objects don't seem to be released

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2011-05-17T14:48:42.000+0000
Affected Version/sRelease 1.7.0
Fix Version/sSprint 2011-17
ComponentsiOS
Labelsn/a
ReporterRick Blalock
AssigneeBlain Hamon
Created2011-04-26T05:54:35.000+0000
Updated2011-05-17T14:48:42.000+0000

Description

HTTPRequest object does not seem to be released in some contexts. Attached is a sample project with an example. In the test app, it will build up but then show this for a few seconds and then disappear while still showing that the HTTP objects are being retained: https://img.skitch.com/20110425-rext1pyqn2k33u1pjkapfqpbgp.jpg then after a few seconds: https://img.skitch.com/20110425-nj2h41y5kexrbya23yt1hgd34s.jpg

Attachments

FileDateSize
Resources.zip2011-04-26T05:54:35.000+00001659405

Comments

  1. Blain Hamon 2011-04-27

    This is due to a callback retention loop. Yay.
  2. Reggie Seagraves 2011-04-28

    I've independently verified that master no longer exhibits this problem.

JSON Source