From: Pierre Joye Date: Sat, 25 Apr 2009 11:21:41 +0000 (+0000) Subject: - bad idea to free body X-Git-Tag: php-5.4.0alpha1~191^2~3858 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95b781c992a0d4fed9661a8a92a370fe12b1aa40;p=php - bad idea to free body --- diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 7cc48e75d9..7c57dfed16 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -1594,7 +1594,6 @@ PHP_FUNCTION(imap_body) } else { RETVAL_STRINGL(body, body_len, 1); } - free(body); } /* }}} */