]> granicus.if.org Git - php/commitdiff
no need to free these it seems
authorSterling Hughes <sterling@php.net>
Fri, 26 Oct 2001 11:17:34 +0000 (11:17 +0000)
committerSterling Hughes <sterling@php.net>
Fri, 26 Oct 2001 11:17:34 +0000 (11:17 +0000)
sapi/servlet/servlet.c

index 47644166e141efb5d5097ffa70c3d93a56c8064d..5e4fdf29e7d76b10170fd4e97137c85263246c48 100644 (file)
@@ -390,11 +390,9 @@ JNIEXPORT void JNICALL Java_net_php_servlet_send
                 * Clean up
                 */
                
-               FREESTRING(SG(request_info).request_method);
                FREESTRING(SG(request_info).query_string);
                FREESTRING(SG(request_info).request_uri);
                FREESTRING(SG(request_info).path_translated);
-               FREESTRING(SG(request_info).content_type);
                FREESTRING(((servlet_request*)SG(server_context))->cookies);    
                efree(SG(server_context));
                SG(server_context)=0;