Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: ff69e883532791953a441f1a5316276bb142797c
      
https://github.com/Perl/perl5/commit/ff69e883532791953a441f1a5316276bb142797c
  Author: Steve Hay <steve.m....@googlemail.com>
  Date:   2019-11-22 (Fri, 22 Nov 2019)

  Changed paths:
    M util.c

  Log Message:
  -----------
  Fix MYMALLOC (PERL_MALLOC) build on Windows

Commit 34716e2a6e changed the WIN32 version of Perl_my_setenv() from using
Newx() to using safesysmalloc() (in S_env_alloc()), but neglected to make
the corresponding change from Safefree() to safesysfree().

Reply via email to