From: Stefan Esser Date: Sat, 8 Mar 2003 14:51:16 +0000 (+0000) Subject: wrong place. X-Git-Tag: RELEASE_0_5~554 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f546057232b9c21e45d04bcde7629c27d9e5acb;p=php wrong place. --- diff --git a/ext/standard/html.c b/ext/standard/html.c index 6db62114c1..fe3b9ad940 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -840,7 +840,6 @@ static void php_html_entities(INTERNAL_FUNCTION_PARAMETERS, int all) } replaced = php_escape_html_entities(str, str_len, &len, all, quote_style, hint_charset TSRMLS_CC); - efree(str); RETVAL_STRINGL(replaced, len, 0); } /* }}} */