[TIMOB-3682] HTTPRequest objects don't seem to be released
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-05-17T14:48:42.000+0000 |
| Affected Version/s | Release 1.7.0 |
| Fix Version/s | Sprint 2011-17 |
| Components | iOS |
| Labels | n/a |
| Reporter | Rick Blalock |
| Assignee | Blain Hamon |
| Created | 2011-04-26T05:54:35.000+0000 |
| Updated | 2011-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
| File | Date | Size |
|---|---|---|
| Resources.zip | 2011-04-26T05:54:35.000+0000 | 1659405 |
This is due to a callback retention loop. Yay.
I've independently verified that master no longer exhibits this problem.