mirror of
https://github.com/php/php-src.git
synced 2024-12-14 12:26:19 +08:00
Fixed bug #69154 Access violation in php7.dll!_emalloc
one more invalid free
This commit is contained in:
parent
3483cc2cf6
commit
cddde315c7
@ -310,7 +310,6 @@ PHPAPI int TSendMail(char *host, int *error, char **error_message,
|
||||
efree(RPath);
|
||||
}
|
||||
if (headers) {
|
||||
efree(headers);
|
||||
efree(headers_lc);
|
||||
}
|
||||
if (ret != SUCCESS) {
|
||||
|
Loading…
Reference in New Issue
Block a user