Fix bug #3147, "verify_folderlist_xml() leaks memory"
This commit is contained in:
parent
e240402b87
commit
f933992350
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ static gboolean verify_folderlist_xml()
|
|||
g_free(bak);
|
||||
}
|
||||
}
|
||||
xml_free_tree(node);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue