diff options
Diffstat (limited to 'ext/sablot/sablot.c')
-rw-r--r-- | ext/sablot/sablot.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/sablot/sablot.c b/ext/sablot/sablot.c index ad5c807fb8..88c909b2d6 100644 --- a/ext/sablot/sablot.c +++ b/ext/sablot/sablot.c @@ -239,22 +239,16 @@ PHP_MINIT_FUNCTION(sablot) PHP_MSHUTDOWN_FUNCTION(sablot) { - TSRMLS_FETCH(); - if (SABLOTG(processor)) { SablotUnregHandler(SABLOTG(processor), HLR_MESSAGE, NULL, NULL); SablotDestroyProcessor(SABLOTG(processor)); } - return SUCCESS; } PHP_RSHUTDOWN_FUNCTION(sablot) { - TSRMLS_FETCH(); - SABLOT_FREE_ERROR_HANDLE(SABLOTG_HANDLE); - return SUCCESS; } |