Log when we finalise window objects

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2019-05-19 15:27:21 +01:00
parent c42039c546
commit 87be4e7a17
1 changed files with 1 additions and 0 deletions

View File

@ -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);