In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/e7b55bf0e9b6c3955e8e7b9cf6e9b6987bcd1460?hp=011b14198fc5811dd92fb76a67d13a59cb356151>

- Log -----------------------------------------------------------------
commit e7b55bf0e9b6c3955e8e7b9cf6e9b6987bcd1460
Author: David Mitchell <[email protected]>
Date:   Tue Apr 2 10:05:37 2019 +0100

    fix locale.c under -DPERL_GLOBAL_STRUCT_PRIVATE

-----------------------------------------------------------------------

Summary of changes:
 locale.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/locale.c b/locale.c
index 85059dee71..81aa00e33f 100644
--- a/locale.c
+++ b/locale.c
@@ -5605,6 +5605,7 @@ Perl_thread_locale_term()
 #  ifndef WIN32
 
     {   /* Free up */
+        dVAR;
         locale_t cur_obj = uselocale(LC_GLOBAL_LOCALE);
         if (cur_obj != LC_GLOBAL_LOCALE && cur_obj != PL_C_locale_obj) {
             freelocale(cur_obj);

-- 
Perl5 Master Repository

Reply via email to