This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: decrement ptr ref cnt before invalidating ptr
authorKarl Williamson <public@khwilliamson.com>
Mon, 28 Nov 2011 03:53:56 +0000 (20:53 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 13 Jan 2012 16:58:35 +0000 (09:58 -0700)
commit2ea8669961295171f0c618167cf2b8b46c25a946
tree07e4ab2383d845a27b85bf81ed585cdbb54f3726
parent60825692bcf7fad90295e59710cb01eaf0d301a2
regcomp.c: decrement ptr ref cnt before invalidating ptr

Otherwise there coul be memory leaks
regcomp.c