browser_window: Re-add clearing of loading_content in download

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2020-03-22 12:59:22 +00:00
parent 6a2ce2b3c7
commit 677d757a6c
No known key found for this signature in database
GPG Key ID: C30DF439F2987D74
1 changed files with 1 additions and 0 deletions

View File

@ -701,6 +701,7 @@ browser_window_convert_to_download(struct browser_window *bw,
/* remove content from browser window */
hlcache_handle_release(bw->loading_content);
bw->loading_content = NULL;
browser_window_stop_throbber(bw);
}