Stop /[a-\d]/ from leaking under fatal warnings
authorFather Chrysostomos <sprout@cpan.org>
Tue, 4 Dec 2012 19:22:59 +0000 (11:22 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 4 Dec 2012 22:33:31 +0000 (14:33 -0800)
commit057d0762a3f1ec936b6fc44f6c6d9daa99a2f751
treea71d8257fc879fbd5895f339ee1527ae5f8d7acd
parentd15d727a14644c88dcdc421859433cb86111c0ea
Stop /[a-\d]/ from leaking under fatal warnings

This commit arranges for the regexp and one temporary sv in S_regclass
to be freed in case the ‘False [] range’ warning proves fatal.
regcomp.c
t/op/svleak.t