X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_api.c;h=c5c63f95cd129ac8a72d8fc310d413971e27c0fd;hp=999826dfa7af7a6c89bc8bf72e27519ef1d0063c;hb=9ba977318408ae1a35bdeee7062db1dfeae31510;hpb=eccb12ef12282dbe2ffc47b61d5e62e02fcb071c diff --git a/http_api.c b/http_api.c index 999826d..c5c63f9 100644 --- a/http_api.c +++ b/http_api.c @@ -176,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);