ruby/ext/objspace
ko1 3f28280782 * ext/objspace/object_tracing.c (newobj_i): fix memory leak.
There is possibility to remain info due to missing FREEOBJ event.
  FREEOBJ events are skipped while suppress_tracing state, for example,
  during trace events are invoking.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-10-17 05:07:21 +00:00
..
depend * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, 2013-04-13 00:46:29 +00:00
extconf.rb * ext/{coverage,objspace}/extconf.rb ($INCFLAGS): explicitly add 2010-08-14 10:12:13 +00:00
gc_hook.c * ext/objspace/gc_hook.c: prohibit reentrant. 2013-10-11 09:13:18 +00:00
object_tracing.c * ext/objspace/object_tracing.c (newobj_i): fix memory leak. 2013-10-17 05:07:21 +00:00
objspace.c * ext/objspace/objspace.c: add a new method `reachable_objects_from_root'. 2013-10-16 06:13:41 +00:00