Daily Commit Log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Daily Commit Log

commits-2
Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2015-September/008961.html

Name: 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.

=============================================