From 4198f1473ab7e34780db04155d01f6cc573f07c6 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 25 Jun 2014 13:31:34 +0000 Subject: hash.c: fix memory leak * hash.c (ruby_setenv): fix memory leak on Windows, free environment strings block after check for the size. [ruby-dev:48323] [Bug #9977] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c3fac3f09c..d8bd162618 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jun 25 22:31:32 2014 Nobuyoshi Nakada + + * hash.c (ruby_setenv): fix memory leak on Windows, free + environment strings block after check for the size. + [ruby-dev:48323] [Bug #9977] + Wed Jun 25 15:44:12 2014 Eric Wong * ccan/container_of/container_of.h (container_off_var): -- cgit v1.2.3