summaryrefslogtreecommitdiff
path: root/META.yml
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2016-10-25 16:17:18 +1100
committerTony Cook <tony@develop-help.com>2016-12-07 15:49:43 +1100
commit6de2dd46140d0d3ab6813e26940d7b74418b0260 (patch)
treeaf1775c49d0bd52c32b705a8f78f6ad4d066b388 /META.yml
parenteaed4a85bcd00374e80ef8f30b39495d0434407f (diff)
downloadperl-6de2dd46140d0d3ab6813e26940d7b74418b0260.tar.gz
(perl #129788) IO::Poll: fix memory leak
Whenever a magical/tied scalar which dies upon read was passed to _poll() temporary buffer for events was not freed. Adapted from a patch by Sergey Aleynikov <sergey.aleynikov@gmail.com>
Diffstat (limited to 'META.yml')
-rw-r--r--META.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/META.yml b/META.yml
index 8cc5c5f19e..b5496d4a6b 100644
--- a/META.yml
+++ b/META.yml
@@ -82,6 +82,7 @@ no_index:
- dist/IO/t/io_dup.t
- dist/IO/t/io_file.t
- dist/IO/t/io_file_export.t
+ - dist/IO/t/io_leak.t
- dist/IO/t/io_linenum.t
- dist/IO/t/io_multihomed.t
- dist/IO/t/io_pipe.t