From: Pierre Joye Date: Sat, 25 Apr 2009 11:21:14 +0000 (+0000) Subject: - bad idea to free body X-Git-Tag: php-5.3.0RC2~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccc615c38e742272d14988993507d2ed71f36b75;p=php - bad idea to free body --- diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 830f44cf3d..dc18c30d24 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -1608,7 +1608,6 @@ PHP_FUNCTION(imap_body) } else { RETVAL_STRINGL(body, body_len, 1); } - free(body); } /* }}} */