This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Blanket entry for memory leaks
[perl5.git] / pod / perldelta.pod
index 11bedfd..9f0d1ab 100644 (file)
@@ -395,6 +395,11 @@ Stashes blessed into each other
 (C<bless \%Foo::, 'Bar'; bless \%Bar::, 'Foo'>) no longer result in double
 frees.  This bug started happening in Perl 5.16.
 
 (C<bless \%Foo::, 'Bar'; bless \%Bar::, 'Foo'>) no longer result in double
 frees.  This bug started happening in Perl 5.16.
 
+=item *
+
+Numerous memory leaks have been fixed, mostly involving fatal warnings and
+syntax errors.
+
 =back
 
 =head1 Known Problems
 =back
 
 =head1 Known Problems