mirror of
https://github.com/php/php-src.git
synced 2024-12-17 13:59:28 +08:00
- bad idea to free body
This commit is contained in:
parent
d2672abf45
commit
ccc615c38e
@ -1608,7 +1608,6 @@ PHP_FUNCTION(imap_body)
|
||||
} else {
|
||||
RETVAL_STRINGL(body, body_len, 1);
|
||||
}
|
||||
free(body);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user