mshtml: Don't hold ref to the created window in the FrameBase.
commit355eb6b91bb36ccd85ad10b219766ed60da39fff
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Tue, 3 Jan 2023 16:27:04 +0000 (3 18:27 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Jan 2023 17:17:58 +0000 (24 18:17 +0100)
tree2019dca7fb5f64e4ab63481e4c96521add5fb03a
parent6a1b12bd8ffca9c16177aac01ac5370f6688c55a
mshtml: Don't hold ref to the created window in the FrameBase.

Note that for the case when mozwindow_to_window returns an existing window,
no ref is added to it anyway, so this is just leaking.

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