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.
2 parents 7899ac4 + 4b9db65 commit bc214c8Copy full SHA for bc214c8
ext/imap/php_imap.c
@@ -2321,7 +2321,6 @@ PHP_FUNCTION(imap_subscribe)
2321
} else {
2322
RETURN_FALSE;
2323
}
2324
- mail_free_address(&addr);
2325
2326
/* }}} */
2327
@@ -2711,8 +2710,9 @@ PHP_FUNCTION(imap_rfc822_write_address)
2711
2710
if (string) {
2712
RETVAL_STR(string);
2713
2714
- RETURN_FALSE;
+ RETVAL_FALSE;
2715
+ mail_free_address(&addr);
2716
2717
2718
0 commit comments