Comment 2 for bug 1493430

Revision history for this message
Tim Hinrichs (thinrichs) wrote :

It looks like the poller_greenthread has a reference to the object it's polling. So if we delete that greenthread before deleting the object, the object gets garbage collected properly.