We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90674ea commit 58627cdCopy full SHA for 58627cd
pod/perldelta.pod
@@ -1598,6 +1598,14 @@ would crash accessing parameter information for context stack entries
1598
that included no parameters, as with C<&foo;>.
1599
[L<perl #121721|https://rt.perl.org/Public/Bug/Display.html?id=121721>]
1600
1601
+=item *
1602
+
1603
+Introduced by [perl #113536], a memory leak on every call to C<system>
1604
+and backticks (C< `` >), on most Win32 Perls starting from 5.18.0
1605
+has been fixed. The memory leak only occurred if you enabled psuedo-fork in
1606
+your build of Win32 Perl, and were running that build on Server 2003 R2
1607
+or newer OS. The leak does not appear on WinXP SP3. [perl #121676]
1608
1609
=back
1610
1611
=item WinCE
0 commit comments