- Remove double destroy (which is definitively wrong and prevents php from

normal execution).
This commit is contained in:
Marcus Boerger 2005-01-08 13:34:03 +00:00
parent 79687e9b7d
commit 8045f834d4

View File

@ -578,7 +578,6 @@ PHP_MINIT_FUNCTION(mysqli)
*/
PHP_MSHUTDOWN_FUNCTION(mysqli)
{
zend_hash_destroy(&mysqli_driver_properties);
zend_hash_destroy(&mysqli_driver_properties);
zend_hash_destroy(&mysqli_result_properties);
zend_hash_destroy(&mysqli_stmt_properties);