]> granicus.if.org Git - php/commitdiff
- Fix bug #60326, fix TS build (introduced by r321406)
authorPierre Joye <pajoye@php.net>
Mon, 26 Dec 2011 12:32:05 +0000 (12:32 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 26 Dec 2011 12:32:05 +0000 (12:32 +0000)
ext/zlib/zlib.c

index ce191eb44e4a742140b0014a80b2885fe205617d..7ef778e27953362e6a4f5d87837a8b22ea56a753 100644 (file)
@@ -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;
        }
 }