summaryrefslogtreecommitdiff
path: root/desktop/hotlist.c
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2011-01-20 13:51:41 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2011-01-20 13:51:41 +0000
commit3e7bf7cfb5368bb59fb3a620cac1e3dfcccf1ebb (patch)
treeaa6325b05fd4dba28934c5ebdad0ece251fbf577 /desktop/hotlist.c
parent1490258b3e25c05769dc1dfd1a1a6c7179fb88cf (diff)
downloadnetsurf-3e7bf7cfb5368bb59fb3a620cac1e3dfcccf1ebb.tar.gz
netsurf-3e7bf7cfb5368bb59fb3a620cac1e3dfcccf1ebb.tar.bz2
Ensure we correctly release all icon resources associated with trees, SSL certs, search providers, etc.
svn path=/trunk/netsurf/; revision=11421
Diffstat (limited to 'desktop/hotlist.c')
-rw-r--r--desktop/hotlist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/hotlist.c b/desktop/hotlist.c
index dd29b6a84..a740458cb 100644
--- a/desktop/hotlist.c
+++ b/desktop/hotlist.c
@@ -205,6 +205,8 @@ unsigned int hotlist_get_tree_flags(void)
void hotlist_cleanup(const char *hotlist_path)
{
hotlist_export(hotlist_path);
+ hlcache_handle_release(folder_icon);
+ tree_url_node_cleanup();
}