Don’t leak when compiling /(?[\d\d])/
authorFather Chrysostomos <sprout@cpan.org>
Thu, 6 Jun 2013 21:14:06 +0000 (14:14 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 7 Jun 2013 00:53:22 +0000 (17:53 -0700)
commitb573e7000fd9c1cfae30ae5fb328a25b9bf3870a
tree4a332b3ccbeb01db329067b6c7b2edb8249a8b74
parent4bc5d08976b7df23b63a56cc017a20ac5766fbbc
Don’t leak when compiling /(?[\d\d])/

The ‘Operand with no preceding operator’ error was leaking the last
two operands.
regcomp.c
t/op/svleak.t