This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
MULTICALL should clear scope after each call
authorDavid Mitchell <davem@iabyn.com>
Fri, 25 Dec 2015 22:03:10 +0000 (22:03 +0000)
committerDavid Mitchell <davem@iabyn.com>
Wed, 3 Feb 2016 09:19:17 +0000 (09:19 +0000)
commitd77cab044d85b109271a8fd3f99e99ac1392a029
tree5bd72bd08c366316584b529f0ff43bc57cb8d774
parentd9203e036f608afd529c54a69f854a528171f784
MULTICALL should clear scope after each call

RT #116577

Lexicals etc were only being freed at the end of the MULTICALL, not
after each individual call to the sub.
cop.h
ext/XS-APItest/t/multicall.t
regexec.c