projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
790db5d
)
perldelta for Carp memory leak fix
author
Father Chrysostomos <sprout@cpan.org>
Wed, 31 Aug 2011 21:15:56 +0000 (14:15 -0700)
committer
Father Chrysostomos <sprout@cpan.org>
Wed, 31 Aug 2011 21:15:56 +0000 (14:15 -0700)
pod/perl5125delta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perl5125delta.pod
b/pod/perl5125delta.pod
index
6c64f5f
..
850b63b
100644
(file)
--- a/
pod/perl5125delta.pod
+++ b/
pod/perl5125delta.pod
@@
-183,6
+183,12
@@
C<UNIVERSAL::VERSION> no longer leaks memory. It started leaking in Perl
The C-level C<my_strftime> functions no longer leaks memory. This fixes a
memory leak in C<POSIX::strftime> [perl #73520].
+=item *
+
+C<caller> no longer leaks memory when called from the DB package if
+C<@DB::args> was assigned to after the first call to C<caller>. L<Carp>
+was triggering this bug [perl #97010].
+
=back
=head1 New or Changed Diagnostics