Project

General

Profile

Backport #3597

Updated by jeremyevans0 (Jeremy Evans) almost 5 years ago

=begin 
  
  The following code produces a memory leak, but only on 1.9.1 (p429), but neither on 1.9.2 (rc2) nor on 1.8.7 (p299): 
 
      ruby -e 'loop { Object.new.extend Module.new; GC.start }' 
 
  Konstantin 
 
 =end 
 

Back