summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorDaniel Dragan <bulk88@hotmail.com>2014-05-14 04:09:39 -0400
committerSteve Hay <steve.m.hay@googlemail.com>2014-05-14 18:16:07 +0100
commit58627cdf06c592b676923193c3e08c74f75129a3 (patch)
treedeb1f783311d02f94ce521747340903a03ba30c6 /pod/perldelta.pod
parent90674eaa88a3b2f52d8ac1b835c3505b25ff3f00 (diff)
downloadperl-58627cdf06c592b676923193c3e08c74f75129a3.tar.gz
perldelta for #121676
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index feccad1814..cb301d4fc8 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1598,6 +1598,14 @@ would crash accessing parameter information for context stack entries
that included no parameters, as with C<&foo;>.
[L<perl #121721|https://rt.perl.org/Public/Bug/Display.html?id=121721>]
+=item *
+
+Introduced by [perl #113536], a memory leak on every call to C<system>
+and backticks (C< `` >), on most Win32 Perls starting from 5.18.0
+has been fixed. The memory leak only occurred if you enabled psuedo-fork in
+your build of Win32 Perl, and were running that build on Server 2003 R2
+or newer OS. The leak does not appear on WinXP SP3. [perl #121676]
+
=back
=item WinCE