[Commits] [SCM] claws branch, master, updated. 3.18.0-200-gc2c10908d
wwp at claws-mail.org
wwp at claws-mail.org
Wed Sep 29 12:36:52 CEST 2021
The branch, master has been updated
via c2c10908d30cc88974e99760aad1358d5e3f9284 (commit)
from b116c679cda2ce561c32449a14b9591819f8f732 (commit)
Summary of changes:
src/plugins/managesieve/sieve_manager.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit c2c10908d30cc88974e99760aad1358d5e3f9284
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 a71abc406..f347005f0 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