fix leaks / invalid frees
[m6w6/ext-http] / php_http.c
index 0bf09ac775a44c39584e5ef5faae926a67c31ece..7a28933b03e37be7f6f99ba6c1690992d7caab35 100644 (file)
@@ -128,6 +128,7 @@ PHP_MINIT_FUNCTION(http)
        REGISTER_INI_ENTRIES();
        
        if (0
+       || SUCCESS != PHP_MINIT_CALL(http_object)
        || SUCCESS != PHP_MINIT_CALL(http_exception)
        || SUCCESS != PHP_MINIT_CALL(http_cookie)
        || SUCCESS != PHP_MINIT_CALL(http_encoding)