{ "id": "64146", "key": "TIMOB-3514", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" }, { "id": "11250", "name": "Sprint 2011-15", "archived": true, "released": true, "releaseDate": "2011-04-18" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-05-18T09:56:57.000+0000", "created": "2011-04-15T03:46:09.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-05-18T09:56:57.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}
I have a tab window (window A) with a tableview. When I click on\na row in the tableview it opens a new window (window B). All I have\non window B is an onclick to close the window on the\nleftNavButton.
\nWindow A onclick code:
\nhttps://gist.github.com/6548c7fa9543d81f2b90
\nWindow B return code:
\nhttps://gist.github.com/ecdacf378723f990a9fe
\nThe memory goes as follows:
\nApp first opens: 10.36 MB
\nClick on Table View Row and open Window B: 10.65
\nClick on close of Window B: 10.63
\nClick on table view row and open window B again: 10.75
\nClick on close of Window B: 10.71
If we add more data to Window B the memory leak is\namplified.
\nTitanium version: 1.2.2
\nTitanium SK 1.7.0
\nIphone SDK 4.1 up to 4.3
\nxcode 4.0.1