|
|
@ -3194,7 +3194,9 @@ PHP_FUNCTION(imap_mail_compose) |
|
|
|
|
|
|
|
|
RETVAL_STRING(tempstring, 0); |
|
|
RETVAL_STRING(tempstring, 0); |
|
|
done: |
|
|
done: |
|
|
|
|
|
#if ilia_0 /* this should be done, otherwise we leak memory. Unfortunately this seems to cause a crash in some cases */ |
|
|
mail_free_body(&topbod); |
|
|
mail_free_body(&topbod); |
|
|
|
|
|
#endif |
|
|
mail_free_envelope(&env); |
|
|
mail_free_envelope(&env); |
|
|
} |
|
|
} |
|
|
/* }}} */ |
|
|
/* }}} */ |
|
|
|