summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/hotlist.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/hotlist.c b/desktop/hotlist.c
index 20cc8ea26..055de3af8 100644
--- a/desktop/hotlist.c
+++ b/desktop/hotlist.c
@@ -199,9 +199,13 @@ unsigned int hotlist_get_tree_flags(void)
*/
void hotlist_cleanup(const char *hotlist_path)
{
+ LOG(("Exporting hotlist..."));
hotlist_export(hotlist_path);
+ LOG(("Releasing handles..."));
hlcache_handle_release(folder_icon);
+ LOG(("Clearing hotlist tree nodes..."));
tree_url_node_cleanup();
+ LOG(("Hotlist cleaned up."));
}