diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-08-18 09:20:22 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-08-18 09:20:22 -0700 |
commit | ab6ce8ea7f947e9b943e5ef57852b65f2ccd1f4c (patch) | |
tree | 8969f098c3a3686d1f6e23fe6c6422581059157a | |
parent | af80dd863acea8450a9f41ae03645f4d69dad091 (diff) | |
download | perl-ab6ce8ea7f947e9b943e5ef57852b65f2ccd1f4c.tar.gz |
perldelta for perl #97010
-rw-r--r-- | pod/perldelta.pod | 6 |
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 |