mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
Abort loading content when closing window
svn path=/trunk/netsurf/; revision=12620
This commit is contained in:
parent
79268e6d83
commit
35cf89594d
@ -1492,6 +1492,7 @@ void browser_window_destroy_internal(struct browser_window *bw)
|
||||
}
|
||||
|
||||
if (bw->loading_content != NULL) {
|
||||
hlcache_handle_abort(bw->loading_content);
|
||||
hlcache_handle_release(bw->loading_content);
|
||||
bw->loading_content = NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user