diff options
author | Tony Cook <tony@develop-help.com> | 2016-10-25 16:17:18 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2016-12-07 15:49:43 +1100 |
commit | 6de2dd46140d0d3ab6813e26940d7b74418b0260 (patch) | |
tree | af1775c49d0bd52c32b705a8f78f6ad4d066b388 /META.yml | |
parent | eaed4a85bcd00374e80ef8f30b39495d0434407f (diff) | |
download | perl-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.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |