[Commits] [SCM] claws branch, master, updated. 3.18.0-242-g89afcae32
wwp at claws-mail.org
wwp at claws-mail.org
Tue Oct 5 08:29:10 CEST 2021
The branch, master has been updated
via 89afcae324f122cb1a23500d16505228e10d3770 (commit)
from 55588396cc4195f932a344737bed6d2e9337816e (commit)
Summary of changes:
src/folder.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 89afcae324f122cb1a23500d16505228e10d3770
Author: wwp <subscript at free.fr>
Date: Tue Oct 5 08:28:55 2021 +0200
Fix a copy/paste error around fixing a resource leak.
diff --git a/src/folder.c b/src/folder.c
index 6383fc795..c763eaf38 100644
--- a/src/folder.c
+++ b/src/folder.c
@@ -3390,7 +3390,7 @@ gint folder_item_move_to(FolderItem *src, FolderItem *dest, FolderItem **new_ite
if (src_identifier)
g_free(src_identifier);
if (dst_identifier)
- g_free(src_identifier);
+ g_free(dst_identifier);
return F_MOVE_FAILED;
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list