This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Save needed value before destroying it
authorKarl Williamson <khw@cpan.org>
Sat, 24 Feb 2018 23:32:44 +0000 (16:32 -0700)
committerKarl Williamson <khw@cpan.org>
Sun, 25 Feb 2018 16:48:27 +0000 (09:48 -0700)
commit33e5a354e61aad64afe0e1a4f53773e8547515bf
treec524d4021a0f73141da27760232f2089daba3da1
parent0b6697c5fb6ef91cb9b537c60b6377b8fc54acbe
locale.c: Save needed value before destroying it

This moves up the copying of a needed value to before the place where it
could get destroyed.  This only happened on some configurations under
some circumstances, which is why it got missed.
locale.c