From: Marcus Boerger Date: Sat, 8 Jan 2005 13:34:03 +0000 (+0000) Subject: - Remove double destroy (which is definitively wrong and prevents php from X-Git-Tag: RELEASE_0_2~378 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8045f834d4090d15b9f495afa69ab0c4378a1493;p=php - Remove double destroy (which is definitively wrong and prevents php from normal execution). --- diff --git a/ext/mysqli/mysqli.c b/ext/mysqli/mysqli.c index 2a98eefb63..e1542300c9 100644 --- a/ext/mysqli/mysqli.c +++ b/ext/mysqli/mysqli.c @@ -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);