From d9463c668c68a351b6b8c784a789ebda9ba36f12 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 24 Jun 2011 12:31:12 -0700 Subject: [PATCH] perldelta entry for #93454 --- pod/perldelta.pod | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d4bc3c3..6383796 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -414,6 +414,15 @@ list lvalue context used to clear the variable before the assignment could happen. This is something that was missed when explicit return was made to work in 5.15.0. +=item * + +=for comment +Not necessary for perl5160delta + +A minor memory leak, introduced in 5.15.0, has been fixed. It would occur +when a hash is freed that has had its current iterator deleted +[perl #93454]. + =back =head1 Known Problems -- 2.7.4