]> granicus.if.org Git - php/commitdiff
- Fix for bug #9801 (and maybe others)
authorDerick Rethans <derick@php.net>
Thu, 17 May 2001 21:27:48 +0000 (21:27 +0000)
committerDerick Rethans <derick@php.net>
Thu, 17 May 2001 21:27:48 +0000 (21:27 +0000)
ext/mcrypt/mcrypt.c

index 83a6b514ccc5502c2794c403d3732f8261530e4a..b897472c1e963a9686b416fb50c15088158488e8 100644 (file)
@@ -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)