Skip to content

Commit

Permalink
MFB
Browse files Browse the repository at this point in the history
  • Loading branch information
Sterling Hughes committed Dec 13, 2001
1 parent 39fcedd commit c55f8b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/mcrypt/mcrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,10 @@ PHP_INI_END()

static void php_mcrypt_module_dtor(zend_rsrc_list_entry *rsrc)
{
#if HAVE_LIBMCRYPT24
MCRYPT td = (MCRYPT) rsrc->ptr;
mcrypt_module_close (td);
#endif
}


Expand Down

0 comments on commit c55f8b9

Please sign in to comment.