helly           Wed May 12 06:19:07 2004 EDT

  Modified files:              
    /php-src/ext/standard       url_scanner_ex.c 
  Log:
  - Touch
  
http://cvs.php.net/diff.php/php-src/ext/standard/url_scanner_ex.c?r1=1.85&r2=1.86&ty=u
Index: php-src/ext/standard/url_scanner_ex.c
diff -u php-src/ext/standard/url_scanner_ex.c:1.85 
php-src/ext/standard/url_scanner_ex.c:1.86
--- php-src/ext/standard/url_scanner_ex.c:1.85  Thu Mar 25 17:40:25 2004
+++ php-src/ext/standard/url_scanner_ex.c       Wed May 12 06:19:06 2004
@@ -1061,8 +1061,6 @@
 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;
 }

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to