talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 964a118312e2b13d767051a4b0cb58fecda96e8a
parent 0148b9569364ca9612e6c1120163f5f48369a2ca
Author: Michael Rasmussen <mir@datanom.net>
Date:   Sat, 21 May 2022 10:35:09 +0200

fix CID 1504463

Signed-off-by: Michael Rasmussen <mir@datanom.net>

Diffstat:
Msrc/prefs_account.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/prefs_account.c b/src/prefs_account.c @@ -6047,6 +6047,7 @@ static void * prefs_account_oauth2_listener(void * param) //Bind if( bind(socket_desc,(struct sockaddr *)&server , sizeof(server)) < 0) { + close(socket_desc); debug_print("oauth2 listener bind failed\n"); return NULL; }