[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-237-g1d608b800

wwp at claws-mail.org wwp at claws-mail.org
Mon Sep 27 18:31:57 CEST 2021


The branch, gtk3 has been updated
       via  1d608b800a0bd7f8b2fdde36a7c56d5afc10828c (commit)
      from  b4a80787218ddf6b2ed728cbc16eeb4519816a72 (commit)

Summary of changes:
 src/prefs_account.c | 1 +
 1 file changed, 1 insertion(+)


- Log -----------------------------------------------------------------
commit 1d608b800a0bd7f8b2fdde36a7c56d5afc10828c
Author: wwp <subscript at free.fr>
Date:   Mon Sep 27 18:31:41 2021 +0200

    Fix CID 1492279: resource leak.

diff --git a/src/prefs_account.c b/src/prefs_account.c
index 21e484e6a..03ff041ed 100644
--- 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;
         }
         

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list