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 42d6844 + ecd51aa commit f5b2dedCopy full SHA for f5b2ded
ext/imap/php_imap.c
@@ -1849,7 +1849,6 @@ PHP_FUNCTION(imap_subscribe)
1849
} else {
1850
RETURN_FALSE;
1851
}
1852
- mail_free_address(&addr);
1853
1854
/* }}} */
1855
@@ -2251,8 +2250,9 @@ PHP_FUNCTION(imap_rfc822_write_address)
2251
2250
if (string) {
2252
RETVAL_STR(string);
2253
2254
- RETURN_FALSE;
+ RETVAL_FALSE;
2255
+ mail_free_address(&addr);
2256
2257
2258
0 commit comments