Free iv index table
IV index tables weren't being freed. This program would leak memory: ```ruby loop do k = Class.new do def initialize @a = 1 @b = 1 @c = 1 @d = 1 @e = 1 @f = 1 @g = 1 end end k.new end ``` This commit fixes the leak.
This commit is contained in:
parent
607aa11711
commit
417c648f08
Notes:
git
2021-03-24 05:10:52 +09:00
Loading…
x
Reference in New Issue
Block a user