fix access og HttpMessage properties
[m6w6/ext-http] / http.c
diff --git a/http.c b/http.c
index 9e40bfa9dc40f018717ad0481fb9661896101acb..a2ffaf9fa40f64554719467a61711dc0d797d902 100644 (file)
--- 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;