diff options
author | Stefan Esser <sesser@php.net> | 2003-03-08 14:51:16 +0000 |
---|---|---|
committer | Stefan Esser <sesser@php.net> | 2003-03-08 14:51:16 +0000 |
commit | 1f546057232b9c21e45d04bcde7629c27d9e5acb (patch) | |
tree | bc01644c8b6ae9beb7f43349dac99a504eff160f | |
parent | 76c427fd0553b4649aab5a534c0452867cc38b41 (diff) | |
download | php-git-1f546057232b9c21e45d04bcde7629c27d9e5acb.tar.gz |
wrong place.
-rw-r--r-- | ext/standard/html.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); } /* }}} */ |