mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
parent
5941b30bb8
commit
4b9db65f68
1 changed files with 2 additions and 2 deletions
|
@ -2305,7 +2305,6 @@ PHP_FUNCTION(imap_subscribe)
|
|||
} else {
|
||||
RETURN_FALSE;
|
||||
}
|
||||
mail_free_address(&addr);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
@ -2693,8 +2692,9 @@ PHP_FUNCTION(imap_rfc822_write_address)
|
|||
if (string) {
|
||||
RETVAL_STR(string);
|
||||
} else {
|
||||
RETURN_FALSE;
|
||||
RETVAL_FALSE;
|
||||
}
|
||||
mail_free_address(&addr);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue