mirror of
https://github.com/php/php-src.git
synced 2026-04-22 07:28:09 +02:00
- Fix bug #60326, fix TS build (introduced by r321406)
This commit is contained in:
+1
-1
@@ -432,7 +432,7 @@ static void php_zlib_cleanup_ob_gzhandler_mess(TSRMLS_D)
|
||||
{
|
||||
if (ZLIBG(ob_gzhandler)) {
|
||||
deflateEnd(&(ZLIBG(ob_gzhandler)->Z));
|
||||
php_zlib_output_handler_context_dtor(ZLIBG(ob_gzhandler));
|
||||
php_zlib_output_handler_context_dtor(ZLIBG(ob_gzhandler) TSRMLS_CC);
|
||||
ZLIBG(ob_gzhandler) = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user