X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_api.c;h=c5c63f95cd129ac8a72d8fc310d413971e27c0fd;hp=34481459d38131ca72737d3468e98ee87eb7cd6a;hb=9ba977318408ae1a35bdeee7062db1dfeae31510;hpb=e9a1f5cc8b34c4c3a0ceb55698a1a6aa11cc8c2a diff --git a/http_api.c b/http_api.c index 3448145..c5c63f9 100644 --- a/http_api.c +++ b/http_api.c @@ -22,6 +22,7 @@ #include "SAPI.h" #include "ext/standard/url.h" +#include "ext/standard/head.h" #include "php_http.h" #include "php_http_std_defs.h" @@ -175,6 +176,7 @@ void _http_error_ex(long type TSRMLS_DC, long code, const char *format, ...) vspprintf(&message, 0, format, args); zend_throw_exception(http_exception_get_for_code(code), message, code TSRMLS_CC); + efree(message); } else #endif php_verror(NULL, "", type, format, args TSRMLS_CC);