Skip to content

Commit 58627cd

Browse files
bulk88steve-m-hay
authored andcommitted
perldelta for #121676
1 parent 90674ea commit 58627cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pod/perldelta.pod

+8
Original file line numberDiff line numberDiff line change
@@ -1598,6 +1598,14 @@ would crash accessing parameter information for context stack entries
15981598
that included no parameters, as with C<&foo;>.
15991599
[L<perl #121721|https://rt.perl.org/Public/Bug/Display.html?id=121721>]
16001600

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+
16011609
=back
16021610

16031611
=item WinCE

0 commit comments

Comments
 (0)