1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00

Fixed double free

This commit is contained in:
Dmitry Stogov
2014-03-19 17:00:58 +04:00
parent b7938ab1bd
commit 76cd829efd
+2 -2
View File
@@ -980,8 +980,8 @@ static inline php_output_handler_status_t php_output_handler_op(php_output_handl
}
zend_fcall_info_argn(&handler->func.user->fci TSRMLS_CC, 0);
zval_ptr_dtor(&ob_data);
zval_ptr_dtor(&ob_mode);
//??? zval_ptr_dtor(&ob_data);
//??? zval_ptr_dtor(&ob_mode);
zval_ptr_dtor(&retval);
} else {