diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-28 02:47:04 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-28 02:47:04 +0000 |
commit | 9f045e6ac695c7c316707f28c1c10c9f2a40a740 (patch) | |
tree | 50251cab91f62dc8040abf2e3c987f91e863023c /mg.c | |
parent | 8a5a4c071557f9ac6832aa7b1a49592c585ecc2c (diff) | |
download | perl-9f045e6ac695c7c316707f28c1c10c9f2a40a740.tar.gz |
cygwin update from Eric Fifer <EFifer@sanwaint.com>
p4raw-id: //depot/perl@4717
Diffstat (limited to 'mg.c')
-rw-r--r-- | mg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -848,7 +848,7 @@ Perl_magic_clear_all_env(pTHX_ SV *sv, MAGIC *mg) # ifdef CYGWIN I32 i; for (i = 0; environ[i]; i++) - Safefree(environ[i]); + safesysfree(environ[i]); # else # ifndef PERL_USE_SAFE_PUTENV I32 i; |