Fixed bug #69154 Access violation in php7.dll!_emalloc

one more invalid free
This commit is contained in:
Anatol Belski 2015-03-03 17:14:05 +01:00
parent 3483cc2cf6
commit cddde315c7

View File

@ -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) {