This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Another memory leak regression
authorKarl Williamson <public@khwilliamson.com>
Fri, 20 May 2011 16:54:22 +0000 (10:54 -0600)
committerKarl Williamson <public@khwilliamson.com>
Fri, 20 May 2011 17:12:05 +0000 (11:12 -0600)
commit2ff402b77dbfaa8fc14230271f1a86423a26c0f8
treea0ba0a965035c4d546d5605e37cdd405157c2774
parent09dcfa7d12b25dc89ac02dc0f060ecc80d0335b2
regcomp.c: Another memory leak regression

The reference count should be decremented upon freeing.
regcomp.c