We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5941b30 commit 4b9db65Copy full SHA for 4b9db65
ext/imap/php_imap.c
@@ -2305,7 +2305,6 @@ PHP_FUNCTION(imap_subscribe)
2305
} else {
2306
RETURN_FALSE;
2307
}
2308
- mail_free_address(&addr);
2309
2310
/* }}} */
2311
@@ -2693,8 +2692,9 @@ PHP_FUNCTION(imap_rfc822_write_address)
2693
2692
if (string) {
2694
RETVAL_STR(string);
2695
2696
- RETURN_FALSE;
+ RETVAL_FALSE;
2697
+ mail_free_address(&addr);
2698
2699
2700
0 commit comments