May 25, 2011
11:10 a.m.
http://code.google.com/p/pharo/issues/detail?id=4273 :) On May 25, 2011, at 1:08 PM, Gary Chambers wrote:
Also, a problem with finalisation of FT2Handles...
Fix:
FT2Handle class>>deregister: aHandle Registry ifNotNil: [ :reg | | finalizer | finalizer := reg remove: aHandle ifAbsent: []. finalizer ifNotNil: [ finalizer executor beNull. self knownHandles remove: aHandle ifAbsent: [ ] ] ]