Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2015-September/008961.htmlName: Morphic-mt.1005
Ancestors: Morphic-mt.1004
Fixes a memory leak that occurs when handling drop events and an error occurs.
Primarily, this is related to step messages holding strong references to their receivers. Stepping will only stop if #delete is called on a morph.
=============================================