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/tree_url_node.h | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/tree_url_node.h') diff --git a/desktop/tree_url_node.h b/desktop/tree_url_node.h index fbecf7f28..6d62895e4 100644 --- a/desktop/tree_url_node.h +++ b/desktop/tree_url_node.h @@ -28,6 +28,7 @@ #include "desktop/tree.h" void tree_url_node_init(const char *folder_icon_name); +void tree_url_node_cleanup(void); struct node *tree_create_URL_node(struct tree *tree, struct node *parent, const char *url, const char *title, tree_node_user_callback, void *callback_data); -- cgit v1.2.3