From: Derick Rethans Date: Thu, 17 May 2001 21:27:48 +0000 (+0000) Subject: - Fix for bug #9801 (and maybe others) X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~373 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73f04651fad54ab396d6c9edf6597043e8344448;p=php - Fix for bug #9801 (and maybe others) --- diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c index 83a6b514cc..b897472c1e 100644 --- a/ext/mcrypt/mcrypt.c +++ b/ext/mcrypt/mcrypt.c @@ -1316,7 +1316,6 @@ static void php_mcrypt_do_crypt (char* cipher, zval **key, zval **data, char *mo if (iv_s != NULL) efree (iv_s); efree (data_s); - mcrypt_module_close (td); } /* {{{ proto string mcrypt_encrypt(string cipher, string key, string data, string mode, string iv)