[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-248-g08acbbba3

wwp at claws-mail.org wwp at claws-mail.org
Tue Sep 28 16:46:42 CEST 2021


The branch, gtk3 has been updated
       via  08acbbba350c2f83ee798c162ca54dcdd0be2f62 (commit)
      from  b2f2c703bb508a9df4a1147cdbb3222bf7ff9d2b (commit)

Summary of changes:
 src/prefs_account.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 08acbbba350c2f83ee798c162ca54dcdd0be2f62
Author: wwp <subscript at free.fr>
Date:   Tue Sep 28 16:46:24 2021 +0200

    Fix CID 1492279: resource leak.

diff --git a/src/prefs_account.c b/src/prefs_account.c
index 03ff041ed..911186858 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -4468,7 +4468,8 @@ static void create_privacy_prefs(gpointer key, gpointer _value, gpointer user_da
 			prefs_file_close_revert(pfile); \
 			g_free(privacy_prefs); \
 			privacy_prefs = NULL; \
-		    	return; \
+			g_free(rcpath); \
+			return; \
  		}
 
 void prefs_account_write_config_all(GList *account_list)

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list