X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=http_api.c;h=c5c63f95cd129ac8a72d8fc310d413971e27c0fd;hb=b3ec7edd4050ddcb0698272d18712629ec2820d1;hp=999826dfa7af7a6c89bc8bf72e27519ef1d0063c;hpb=eccb12ef12282dbe2ffc47b61d5e62e02fcb071c;p=m6w6%2Fext-http 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);