NetSurf appears to need to call hlcache_poll even if no fetches are active otherwise it sometimes gets stuck when fetching

This commit is contained in:
Chris Young 2013-04-15 22:53:26 +01:00
parent 09af7a92aa
commit 4b9fcb1ad0
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@ int netsurf_main_loop(void)
if(fetch_active)
schedule(0, netsurf_fetch_callback, NULL);
gui_poll(fetch_active);
hlcache_poll();
}
return 0;