This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_regcomp(): fix refcnt issue with qr_anoncv
authorDavid Mitchell <davem@iabyn.com>
Wed, 23 Nov 2011 14:19:52 +0000 (14:19 +0000)
committerDavid Mitchell <davem@iabyn.com>
Wed, 13 Jun 2012 12:32:45 +0000 (13:32 +0100)
commit9fe3265f80780ae89bff15514f96265eaac469d9
tree647748b0a4310750c5d5a60bcee59902ebf3c818
parent6b65ee8dd7e74f4f4b67ad25535ec2e6987f4ac5
pp_regcomp(): fix refcnt issue with qr_anoncv

Assigning to qr_anoncv was introduced a few commits ago, but
I forgot to increase the reference count
pp_ctl.c