This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Rmv spurious Safefree
authorKarl Williamson <khw@cpan.org>
Sun, 4 Mar 2018 01:54:26 +0000 (18:54 -0700)
committerKarl Williamson <khw@cpan.org>
Sun, 4 Mar 2018 02:55:58 +0000 (19:55 -0700)
commit99fc046c92dcc7832f9434c4fd6770128d88bac1
tree6e3c9557e6f44b93a085feb20b8df662d7bffd1a
parentfccac591b585f6b2bdf922b0c6f26a427d5f4cf4
locale.c: Rmv spurious Safefree

I misread the documentation, and Perl_form doesn't need its return value
freed; it's already declared to be temporary, so if this code actually
got executed, there'd be a wrong pool panic
locale.c