pq10603 - Objects displayed in an EwTableList not released after the items in the table have reset. ------------------------------------------------------------------------------------------------------------------ Affected Platforms: Affected Features: Base Smalltalk Prerequisites: Symptom: 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. Note this is also a problem in 3.0 as well. Solution: Open a workspace on file pq010603.st and file in the patch.