Issue 4273 in pharo: finalisation of FT2Handles

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

Issue 4273 in pharo: finalisation of FT2Handles

pharo
Status: FixToInclude
Owner: [hidden email]
Labels: Milestone-1.3

New issue 4273 by [hidden email]:  finalisation of FT2Handles
http://code.google.com/p/pharo/issues/detail?id=4273

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: [ ] ] ]



_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4273 in pharo: finalisation of FT2Handles

pharo
Updates:
        Status: Closed

Comment #1 on issue 4273 by [hidden email]:  finalisation of  
FT2Handles
http://code.google.com/p/pharo/issues/detail?id=4273

in 13217


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker