This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #129788) IO::Poll: fix memory leak
authorTony Cook <tony@develop-help.com>
Tue, 25 Oct 2016 05:17:18 +0000 (16:17 +1100)
committerTony Cook <tony@develop-help.com>
Wed, 7 Dec 2016 04:49:43 +0000 (15:49 +1100)
commit6de2dd46140d0d3ab6813e26940d7b74418b0260
treeaf1775c49d0bd52c32b705a8f78f6ad4d066b388
parenteaed4a85bcd00374e80ef8f30b39495d0434407f
(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>
MANIFEST
META.json
META.yml
dist/IO/IO.pm
dist/IO/IO.xs
dist/IO/t/io_leak.t [new file with mode: 0644]