ruby-changes:18046
From: shyouhei <ko1@a...>
Date: Fri, 3 Dec 2010 12:58:59 +0900 (JST)
Subject: [ruby-changes:18046] Ruby:r30067 (trunk): * ChangeLog: oops, typo.
shyouhei 2010-12-03 12:58:54 +0900 (Fri, 03 Dec 2010) New Revision: 30067 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30067 Log: * ChangeLog: oops, typo. Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 30066) +++ ChangeLog (revision 30067) @@ -7,7 +7,7 @@ * gc.c (rb_objspace_free): With our "lazy-sweep" GC engine, it is possible for an object to survive until its surrounding object - space is about to be freed. Those objects, if any, remains not + space is about to be freed. Those objects, if any, remains leaked for the rest of a process life. This is problematic because for instance a T_DATA object may have its own destructor to terminate something. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/