talons

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

commit 1d608b800a0bd7f8b2fdde36a7c56d5afc10828c
parent b4a80787218ddf6b2ed728cbc16eeb4519816a72
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 @@ -4490,6 +4490,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; }