]> granicus.if.org Git - php/commitdiff
fix leak (and possible segfault?)
authorAntony Dovgal <tony2001@php.net>
Thu, 18 May 2006 22:30:52 +0000 (22:30 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 18 May 2006 22:30:52 +0000 (22:30 +0000)
see bug #30397 for more details, somebody should really consider doing MFH when fixing such critical things

main/main.c

index d061842b69a3a9fdc71e9d57cf1598bff2720eb5..1894b7298e8f29bafa78704f2ed7ff2e7c3281bf 100644 (file)
@@ -1108,7 +1108,6 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod
        sapi_module = *sf;
 
        php_output_startup();
-       php_output_activate(TSRMLS_C);
 
        zuf.error_function = php_error_cb;
        zuf.printf_function = php_printf;