- add HttpMessage::setRaw(), ::getBody(), ::getHeaders()
[m6w6/ext-http] / http.c
diff --git a/http.c b/http.c
index 50f387b81363d3b98eeaf69d2669483e4b742631..9aa6878561b580a09a9111250246b8d363f52d22 100644 (file)
--- a/http.c
+++ b/http.c
@@ -283,6 +283,8 @@ PHP_RSHUTDOWN_FUNCTION(http)
        phpstr_dtor(&HTTP_G(curlbuf));
 #endif
 
+       zval_dtor(&HTTP_G(message_object_tmp_property));
+
        return SUCCESS;
 }
 /* }}} */