perldelta entry for #93454
authorFather Chrysostomos <sprout@cpan.org>
Fri, 24 Jun 2011 19:31:12 +0000 (12:31 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 25 Jun 2011 05:58:13 +0000 (22:58 -0700)
pod/perldelta.pod

index d4bc3c3..6383796 100644 (file)
@@ -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