- bad idea to free body

This commit is contained in:
Pierre Joye 2009-04-25 11:21:14 +00:00
parent d2672abf45
commit ccc615c38e

View File

@ -1608,7 +1608,6 @@ PHP_FUNCTION(imap_body)
} else {
RETVAL_STRINGL(body, body_len, 1);
}
free(body);
}
/* }}} */