talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit f933992350613b35e5181fee532f1415e166fefb
parent e240402b874071ffafe74aaffe60c177cb798567
Author: Colin Leroy <colin@colino.net>
Date:   Mon, 21 Apr 2014 10:00:25 +0200

Fix bug #3147, "verify_folderlist_xml() leaks memory"

Diffstat:
Msrc/file_checker.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/file_checker.c b/src/file_checker.c @@ -109,6 +109,7 @@ static gboolean verify_folderlist_xml() g_free(bak); } } + xml_free_tree(node); return TRUE; }