]> git.vpit.fr Git - perl/modules/Thread-Cleanup.git/blobdiff - Cleanup.xs
Point the repository to the gitweb instead of the bare repo
[perl/modules/Thread-Cleanup.git] / Cleanup.xs
index 34296e1d22116b68b21ade2426941dc496510255..83ec8b461ef9a892d6808fbfd8dacb7e96d280dc 100644 (file)
@@ -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;