mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 20:46:50 +03:00
hlcache_fini(): Deschedule cleanups on finalisation
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
4065f1e027
commit
b03786920a
@ -660,6 +660,9 @@ void hlcache_finalise(void)
|
||||
NSLOG(netsurf, INFO, "hit/miss %d/%d", hlcache->hit_count,
|
||||
hlcache->miss_count);
|
||||
|
||||
/* De-schedule ourselves */
|
||||
guit->misc->schedule(-1, hlcache_clean, NULL);
|
||||
|
||||
free(hlcache);
|
||||
hlcache = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user