Yes, ownership of the theme content is passed to theme_install

svn path=/trunk/netsurf/; revision=10375
This commit is contained in:
John Mark Bell 2010-04-11 23:01:55 +00:00
parent 9e8849c04c
commit 11201a1cd7
1 changed files with 0 additions and 2 deletions

View File

@ -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