diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-12-11 23:59:59 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-12-11 23:59:59 +0000 |
commit | 360eb788a3c30916019278c140e3ebfb207f591f (patch) | |
tree | 7061130299382f3ec1e62223fe788bf58a355181 /scope.c | |
parent | 72e44f29ea535faa4a4afab64f5101668334125d (diff) | |
download | perl-360eb788a3c30916019278c140e3ebfb207f591f.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@8088
Diffstat (limited to 'scope.c')
-rw-r--r-- | scope.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -852,7 +852,6 @@ Perl_leave_scope(pTHX_ I32 base) ptr = SSPOPPTR; (void)hv_delete(hv, (char*)ptr, (U32)SSPOPINT, G_DISCARD); SvREFCNT_dec(hv); - Safefree(ptr); break; case SAVEt_DESTRUCTOR: ptr = SSPOPPTR; |