yohgaki Tue Oct 1 06:01:56 2002 EDT
Modified files:
/php4/main output.c
Log:
Fixed bug #17825. Double zval_ptr_dtor().
Index: php4/main/output.c
diff -u php4/main/output.c:1.124 php4/main/output.c:1.125
--- php4/main/output.c:1.124 Mon Sep 30 22:43:33 2002
+++ php4/main/output.c Tue Oct 1 06:01:56 2002
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: output.c,v 1.124 2002/10/01 02:43:33 yohgaki Exp $ */
+/* $Id: output.c,v 1.125 2002/10/01 10:01:56 yohgaki Exp $ */
#include "php.h"
#include "ext/standard/head.h"
@@ -231,7 +231,6 @@
FREE_ZVAL(orig_buffer);
}
zval_ptr_dtor(&z_status);
- zval_ptr_dtor(&OG(active_ob_buffer).output_handler);
}
if (!final_buffer) {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php