]> granicus.if.org Git - php/commitdiff
- Touch
authorMarcus Boerger <helly@php.net>
Wed, 12 May 2004 10:19:06 +0000 (10:19 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 12 May 2004 10:19:06 +0000 (10:19 +0000)
ext/standard/url_scanner_ex.c

index 484ca0b5dd0a7a9f9283abe9dfc0dc829d4d4fd5..174afb9ad56c8a49c30157a40723c067775326ae 100644 (file)
@@ -1061,8 +1061,6 @@ PHP_MINIT_FUNCTION(url_scanner)
 PHP_MSHUTDOWN_FUNCTION(url_scanner)
 {
        UNREGISTER_INI_ENTRIES();
-       zend_hash_destroy(BG(url_adapt_state_ex).tags);
-       free(BG(url_adapt_state_ex).tags);
 
        return SUCCESS;
 }