X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Cleanup.xs;h=83ec8b461ef9a892d6808fbfd8dacb7e96d280dc;hb=4c809697b9f79c6f752911f19642becfdff2dd87;hp=34296e1d22116b68b21ade2426941dc496510255;hpb=15b9171b2fc61b12e0dcc123369fc2b66fe87012;p=perl%2Fmodules%2FThread-Cleanup.git diff --git a/Cleanup.xs b/Cleanup.xs index 34296e1..83ec8b4 100644 --- a/Cleanup.xs +++ b/Cleanup.xs @@ -1,5 +1,5 @@ -/* This file is part of the Scope::Upper Perl module. - * See http://search.cpan.org/dist/Scope-Upper/ */ +/* This file is part of the Thread::Cleanup Perl module. + * See http://search.cpan.org/dist/Thread-Cleanup/ */ #define PERL_NO_GET_CONTEXT #include "EXTERN.h" @@ -33,7 +33,7 @@ STATIC void tc_callback(pTHX_ void *ud) { call_pv(__PACKAGE__ "::_CLEANUP", G_VOID); - SPAGAIN; + PUTBACK; FREETMPS; LEAVE;