mshtml: Don't NULL out the doc's window when unlinking the window.
commit1b3c6c39c73bef94f42c537d8177d73ddf7fc1c7
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Fri, 10 Nov 2023 15:43:29 +0000 (10 17:43 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 10 Nov 2023 19:52:29 +0000 (10 20:52 +0100)
tree4fb37e867e76980292ad8e4e52e998992e2e82f3
parent96d611cb87002304b549c1aa155518769ac0df45
mshtml: Don't NULL out the doc's window when unlinking the window.

This would cause a leak since we have a cyclic ref now.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
dlls/mshtml/htmlwindow.c