summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-08-18 09:20:22 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-08-18 09:20:22 -0700
commitab6ce8ea7f947e9b943e5ef57852b65f2ccd1f4c (patch)
tree8969f098c3a3686d1f6e23fe6c6422581059157a
parentaf80dd863acea8450a9f41ae03645f4d69dad091 (diff)
downloadperl-ab6ce8ea7f947e9b943e5ef57852b65f2ccd1f4c.tar.gz
perldelta for perl #97010
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 6af6eda945..c77e33ee1c 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -594,6 +594,12 @@ The one associated with constant subroutines used to be misallocated when
cloned under threads. Consequently, debugging threaded applications could
result in memory corruption [perl #96126].
+=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 Known Problems