Issue #9983 has been updated by Nobuyoshi Nakada. Status changed from Open to Closed Applied in changeset r46570. ---------- hash.c: fix memory leak * hash.c (env_shift): fix memory leak on Windows, free environment strings block always. [ruby-dev:48332] [Bug #9983] ---------------------------------------- Bug #9983: memory leak at ENV.shift on Windows https://bugs.ruby-lang.org/issues/9983#change-47402 * Author: Nobuyoshi Nakada * Status: Closed * Priority: Normal * Assignee: cruby-windows * Category: core * Target version: current: 2.2.0 * ruby -v: trunk * Backport: 2.0.0: REQUIRED, 2.1: REQUIRED ---------------------------------------- Windows版で、`ENV.shift` がメモリリークしているようです。 -- https://bugs.ruby-lang.org/