From 73f04651fad54ab396d6c9edf6597043e8344448 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 17 May 2001 21:27:48 +0000 Subject: - Fix for bug #9801 (and maybe others) --- ext/mcrypt/mcrypt.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/mcrypt/mcrypt.c') 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) -- cgit v1.2.1