- substract 10% instead of 50%, as already documented
[m6w6/ext-http] / http_api.c
index 999826dfa7af7a6c89bc8bf72e27519ef1d0063c..c5c63f95cd129ac8a72d8fc310d413971e27c0fd 100644 (file)
@@ -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);