[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-258-ge63d58c53
wwp at claws-mail.org
wwp at claws-mail.org
Wed Sep 29 12:36:55 CEST 2021
The branch, gtk3 has been updated
via e63d58c5305a291b7c538041ec843bc2fdc9ce17 (commit)
from 4e02e4eeeec5a2ea28fdaef9ca4bf8c9f470e73a (commit)
Summary of changes:
src/plugins/managesieve/sieve_manager.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit e63d58c5305a291b7c538041ec843bc2fdc9ce17
Author: wwp <subscript at free.fr>
Date: Wed Sep 29 12:36:21 2021 +0200
Fix CID 1491276: resource leak.
diff --git a/src/plugins/managesieve/sieve_manager.c b/src/plugins/managesieve/sieve_manager.c
index c5b9f1f65..166187eb9 100644
--- a/src/plugins/managesieve/sieve_manager.c
+++ b/src/plugins/managesieve/sieve_manager.c
@@ -709,6 +709,7 @@ static SieveManagerPage *sieve_manager_page_new()
if (!default_account || ap->is_default)
default_account = ap;
}
+ sieve_prefs_account_free_config(config);
}
if (!default_account) {
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list