projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0df0e9
)
perldelta entry for #93454
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 24 Jun 2011 19:31:12 +0000
(12:31 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 25 Jun 2011 05:58:13 +0000
(22:58 -0700)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index d4bc3c359e5f7642b0bf854a89b11c39ad7e6f09..6383796180fd76238d01c5a15a48dda0ae9a9f8f 100644
(file)
--- 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