pq10603.st OBJECTS DISPLAYED IN AN EWTABLELIST NOT RELEASED AFTER THE ITEMS IN THE TABLE HAVE RESET Display n number of objects in an EwTableList. Next reset the set the items attribute to an empty OrderedCollection. After resetting the items attribute, one of the table's previous items remains in the image. This item remains in the image because the instance variables visualInfoCalldata and cellValueCallbackData still point to an item. File in pq10603.st to fix the problem.