From 11201a1cd7672db3d4480d49347b660123e1c033 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 11 Apr 2010 23:01:55 +0000 Subject: Yes, ownership of the theme content is passed to theme_install svn path=/trunk/netsurf/; revision=10375 --- desktop/browser.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'desktop') diff --git a/desktop/browser.c b/desktop/browser.c index 2b7c50740..9053427fa 100644 --- a/desktop/browser.c +++ b/desktop/browser.c @@ -464,8 +464,6 @@ nserror browser_window_callback(hlcache_handle *c, if (content_get_type(c) == CONTENT_THEME) { theme_install_start(c); bw->loading_content = NULL; -//newcache do we not just pass ownership to the theme installation stuff? - hlcache_handle_release(c); browser_window_stop_throbber(bw); } else #endif -- cgit v1.2.3