summaryrefslogtreecommitdiff
path: root/scope.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-07-08 18:47:35 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-07-08 18:47:35 +0000
commitaaf938fc784ca1e000d8b87651cf6bb5209754b6 (patch)
tree9bfd9a21697b0769e2681483631c742642dd8c45 /scope.c
parent75e140ece6ee647db2363e29d8dd77dba58371f0 (diff)
downloadperl-aaf938fc784ca1e000d8b87651cf6bb5209754b6.tar.gz
more PERL_OBJECT cleanups (changes still untested on Unix!)
p4raw-id: //depot/perl@3660
Diffstat (limited to 'scope.c')
-rw-r--r--scope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scope.c b/scope.c
index f87689e387..3da5e63fb1 100644
--- a/scope.c
+++ b/scope.c
@@ -824,7 +824,7 @@ Perl_leave_scope(pTHX_ I32 base)
break;
case SAVEt_DESTRUCTOR:
ptr = SSPOPPTR;
- CALLDESTRUCTOR(aTHX_ ptr);
+ CALLDESTRUCTOR(aTHXo_ ptr);
break;
case SAVEt_REGCONTEXT:
case SAVEt_ALLOC: