From: nagachika00@... Date: 2014-06-01T16:56:31+00:00 Subject: [ruby-core:62886] [ruby-trunk - Bug #9645] [PATCH] variable.c: avoid memory leak on const redefinition Issue #9645 has been updated by Tomoyuki Chikanaga. Backport changed from 2.0.0: DONE, 2.1: REQUIRED to 2.0.0: DONE, 2.1: DONE Backported into `ruby_2_1` branch at r46301. ---------------------------------------- Bug #9645: [PATCH] variable.c: avoid memory leak on const redefinition https://bugs.ruby-lang.org/issues/9645#change-46995 * Author: Eric Wong * Status: Closed * Priority: Normal * Assignee: Eric Wong * Category: core * Target version: current: 2.2.0 * ruby -v: ruby 2.2.0dev (2014-03-16 trunk 45349) [x86_64-linux] * Backport: 2.0.0: DONE, 2.1: DONE ---------------------------------------- I noticed this leak because I was making constants use ihash from Feature 9614. I hope nobody is really affected by this leak. ---Files-------------------------------- 0001-variable.c-avoid-memory-leak-on-const-redefinition.patch (1.5 KB) -- https://bugs.ruby-lang.org/