This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Eliminate a malloc/free
authorKarl Williamson <khw@cpan.org>
Mon, 21 Apr 2014 02:06:04 +0000 (20:06 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 30 May 2014 22:18:44 +0000 (16:18 -0600)
commit893ef8be9f45dd692c68d41339f2da7a26431833
tree4169666f8cab611cc33be59775c4937f21c0a348
parente505af10ddce33807d15910ef9c22af268de3786
regexec.c: Eliminate a malloc/free

This uses an C automatic variable instead of a malloc and free.
regexec.c