From 87be4e7a1771753f5b64550510684098559b7146 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 19 May 2019 15:27:21 +0100 Subject: Log when we finalise window objects Signed-off-by: Daniel Silverstone --- content/handlers/javascript/duktape/Window.bnd | 1 + 1 file changed, 1 insertion(+) (limited to 'content') diff --git a/content/handlers/javascript/duktape/Window.bnd b/content/handlers/javascript/duktape/Window.bnd index f71ebd609..3aed29991 100644 --- a/content/handlers/javascript/duktape/Window.bnd +++ b/content/handlers/javascript/duktape/Window.bnd @@ -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); -- cgit v1.2.3