talons

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

commit 340e813e727d905fa535594e19b6089b2d2bd947
parent 65b412d59d4e147cfd0a7e261a2de863f1bc1e22
Author: wwp <subscript@free.fr>
Date:   Mon, 27 Sep 2021 18:31:41 +0200

Fix CID 1492279: resource leak.

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 @@ -4540,6 +4540,7 @@ void prefs_account_write_config_all(GList *account_list) if (fprintf(pfile->fp, "[Account: %d]\n", tmp_ac_prefs.account_id) <= 0) { g_free(pfile); + g_free(rcpath); return; }