X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=http.c;h=a2ffaf9fa40f64554719467a61711dc0d797d902;hb=24ad0447055fe46ca3cbbcf06b6e7dbb81aafc53;hp=9e40bfa9dc40f018717ad0481fb9661896101acb;hpb=34c551d43ab4fbfff88a81e545a43fbbf7a8a75d;p=m6w6%2Fext-http diff --git a/http.c b/http.c index 9e40bfa..a2ffaf9 100644 --- a/http.c +++ b/http.c @@ -343,6 +343,7 @@ PHP_MSHUTDOWN_FUNCTION(http) || SUCCESS != PHP_MSHUTDOWN_CALL(http_request_datashare) # endif #endif + || SUCCESS != PHP_MSHUTDOWN_CALL(http_message_object) || SUCCESS != PHP_MSHUTDOWN_CALL(http_persistent_handle) /* last */ ) { return FAILURE;