From 3e7bf7cfb5368bb59fb3a620cac1e3dfcccf1ebb Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 20 Jan 2011 13:51:41 +0000 Subject: Ensure we correctly release all icon resources associated with trees, SSL certs, search providers, etc. svn path=/trunk/netsurf/; revision=11421 --- desktop/history_global_core.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'desktop/history_global_core.c') diff --git a/desktop/history_global_core.c b/desktop/history_global_core.c index 771928467..8c8834834 100644 --- a/desktop/history_global_core.c +++ b/desktop/history_global_core.c @@ -317,6 +317,8 @@ unsigned int history_global_get_tree_flags(void) */ void history_global_cleanup(void) { + hlcache_handle_release(folder_icon); + tree_url_node_cleanup(); } -- cgit v1.2.3