From: Sascha Schumann Date: Sun, 5 May 2002 02:07:33 +0000 (+0000) Subject: sync X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67d00f8c1dbf82c47a21781ff2c5dcefade98e48;p=php sync --- diff --git a/ext/standard/url_scanner_ex.c b/ext/standard/url_scanner_ex.c index 7d844e0a66..972301e39f 100644 --- a/ext/standard/url_scanner_ex.c +++ b/ext/standard/url_scanner_ex.c @@ -1,4 +1,4 @@ -/* Generated by re2c 0.5 on Sat May 4 20:29:07 2002 */ +/* Generated by re2c 0.5 on Sat May 4 21:06:57 2002 */ #line 1 "/home/sas/src/php4/ext/standard/url_scanner_ex.re" /* +----------------------------------------------------------------------+ @@ -931,9 +931,6 @@ PHP_MSHUTDOWN_FUNCTION(url_scanner) PHP_RINIT_FUNCTION(url_scanner) { BG(url_adapt_state_ex).active = 0; - - smart_str_free(&BG(url_adapt_state_ex).form_app); - smart_str_free(&BG(url_adapt_state_ex).url_app); return SUCCESS; } @@ -945,5 +942,8 @@ PHP_RSHUTDOWN_FUNCTION(url_scanner) BG(url_adapt_state_ex).active = 0; } + smart_str_free(&BG(url_adapt_state_ex).form_app); + smart_str_free(&BG(url_adapt_state_ex).url_app); + return SUCCESS; }