mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +03:00
Log when we finalise window objects
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
c42039c546
commit
87be4e7a17
@ -198,6 +198,7 @@ init Window(struct browser_window *win, struct html_content *htmlc)
|
||||
|
||||
fini Window()
|
||||
%{
|
||||
NSLOG(dukky, DEEPDEBUG, "Shutting down Window %p", priv->win);
|
||||
/* Cheaply iterate the schedule ring, cancelling any pending callbacks */
|
||||
while (priv->schedule_ring != NULL) {
|
||||
window_remove_callback_by_handle(ctx, priv, priv->schedule_ring->handle);
|
||||
|
Loading…
Reference in New Issue
Block a user