mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +03:00
Fix bug #3138151: shut down caches before killing off fetch layer
svn path=/trunk/netsurf/; revision=11069
This commit is contained in:
parent
064c8e50d2
commit
c96f682d9d
@ -176,16 +176,16 @@ void netsurf_exit(void)
|
||||
{
|
||||
LOG(("Closing GUI"));
|
||||
gui_quit();
|
||||
LOG(("Finalising high-level cache"));
|
||||
hlcache_finalise();
|
||||
LOG(("Finalising low-level cache"));
|
||||
llcache_finalise();
|
||||
LOG(("Closing fetches"));
|
||||
fetch_quit();
|
||||
LOG(("Closing utf8"));
|
||||
utf8_finalise();
|
||||
LOG(("Destroying URLdb"));
|
||||
urldb_destroy();
|
||||
LOG(("Finalising high-level cache"));
|
||||
hlcache_finalise();
|
||||
LOG(("Finalising low-level cache"));
|
||||
llcache_finalise();
|
||||
LOG(("Remaining lwc strings:"));
|
||||
lwc_iterate_strings(netsurf_lwc_iterator, NULL);
|
||||
LOG(("Exited successfully"));
|
||||
|
Loading…
Reference in New Issue
Block a user