perldelta: Blanket entry for memory leaks
authorFather Chrysostomos <sprout@cpan.org>
Sat, 15 Dec 2012 13:41:46 +0000 (05:41 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 15 Dec 2012 14:57:45 +0000 (06:57 -0800)
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.
 
+=item *
+
+Numerous memory leaks have been fixed, mostly involving fatal warnings and
+syntax errors.
+
 =back
 
 =head1 Known Problems