From: Sascha Schumann Date: Thu, 7 Oct 1999 20:21:55 +0000 (+0000) Subject: (ns_globals_struct): remove content_type member X-Git-Tag: php-4.0b3_RC2~261 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93b12f5fbdbd035d9aaa7f691cc7aefda2e2e06d;p=php (ns_globals_struct): remove content_type member (php_ns_request_dtor): remove content_type destructor, re-add path_translated destructor --- diff --git a/sapi/aolserver/aolserver.c b/sapi/aolserver/aolserver.c index 959dcd8aec..125a810454 100644 --- a/sapi/aolserver/aolserver.c +++ b/sapi/aolserver/aolserver.c @@ -68,7 +68,6 @@ typedef struct { typedef struct { Ns_Conn *conn; - Ns_DString content_type; } ns_globals_struct; static void php_ns_config(php_ns_context *ctx); @@ -306,7 +305,7 @@ php_ns_request_ctor(NSLS_D SLS_DC) static void php_ns_request_dtor(NSLS_D SLS_DC) { - Ns_DStringFree(&NSG(content_type)); + free(SG(request_info).path_translated); } /*