[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-297-g9d5931247
wwp at claws-mail.org
wwp at claws-mail.org
Mon Oct 4 10:46:43 CEST 2021
The branch, gtk3 has been updated
via 9d59312477b1eab5e68a727cdb44d870a110190f (commit)
from 719b65f275d4c8a2803ba8f54b35f536df36aaa3 (commit)
Summary of changes:
src/inc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 9d59312477b1eab5e68a727cdb44d870a110190f
Author: wwp <subscript at free.fr>
Date: Mon Oct 4 10:46:22 2021 +0200
Fix CID 1491391: use after free.
diff --git a/src/inc.c b/src/inc.c
index e33fb9cee..c8049b2c6 100644
--- a/src/inc.c
+++ b/src/inc.c
@@ -681,9 +681,9 @@ static gint inc_start(IncProgressDialog *inc_dialog)
if (pop3_session->pass == NULL) {
SET_PIXMAP_AND_TEXT(okpix, _("Cancelled"));
- inc_session_destroy(session);
inc_dialog->queue_list =
g_list_remove(inc_dialog->queue_list, session);
+ inc_session_destroy(session);
continue;
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list