Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-16862

Repeating addChild(*) and removeChild doesn't free all, but leaves instances for most of controls

    XMLWordPrintableJSON

Details

    Description

      Steps to reproduce:
      1. Run the attached sample test TEST.mxml with Flex Builder Profiler.
      2. Click all of the buttons several times
      3. Each one of the button has mtestBox.removeAllChildren();

      Actual Results:
      The number of instances remains as below, and does not free all.
      DataGrid: 2
      RadioButton: 3
      DateField: 3
      TextInput: 2
      TextArea: 2
      CheckBox: 2

      Expected Results:
      The instances should be freed.

      Workaround (if any):

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: