On Sun, Sep 23, 2007 at 06:10:12PM +0900, Chad Musick wrote: > > Is _getset still useful after mDestroyed is set to true ? > > If now we may set to NULL and don't release it's memory on destroy() > > No, it's not. In fact, the setter isn't used at all, but I didn't want to > rewrite GetterSetter. (This is also why if mDestroyed is true, clone > produces a SimpleProperty.)
Can we then set it to NULL and avoid marking it as reachable so the GC can reclaim the memory associated with it then ? --strk; _______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
