X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Cleanup.xs;h=c4f802b6a3acdac0f6c6afd1974a8abc42b4ae23;hb=cd5c6d26d5fb7f9e5c499ba4e0c250ea377430f4;hp=0a19890d9b41753f65e903b66a18957c77c3b566;hpb=a518962799a5d83550da2be0f469ff665edbbb81;p=perl%2Fmodules%2FThread-Cleanup.git diff --git a/Cleanup.xs b/Cleanup.xs index 0a19890..c4f802b 100644 --- a/Cleanup.xs +++ b/Cleanup.xs @@ -37,7 +37,6 @@ PROTOTYPES: DISABLE void CLONE(...) PREINIT: -CODE: - { - reap(3, tc_callback, NULL); - } +PPCODE: + reap(3, tc_callback, NULL); + XSRETURN(0);